SystemRegistry Class |
Namespace: SampSharp.Entities
public class SystemRegistry : ISystemRegistry
The SystemRegistry type exposes the following members.
| Name | Description | |
|---|---|---|
| SystemRegistry |
Initializes a new instance of the SystemRegistry class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get(Type) |
Gets all types of systems of the specified type.
| |
| GetTSystem |
Gets all types of systems of the specified TSystem.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetAndLock |
Sets the systems available in this registry and locks further changes to the registry.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |