Click or drag to resize

SystemRegistry Class

Represents a registry which contains all enabled system types.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesSystemRegistry

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class SystemRegistry : ISystemRegistry

The SystemRegistry type exposes the following members.

Constructors
  NameDescription
Public methodSystemRegistry
Initializes a new instance of the SystemRegistry class.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(Type)
Gets all types of systems of the specified type.
Public methodGetTSystem
Gets all types of systems of the specified TSystem.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetAndLock
Sets the systems available in this registry and locks further changes to the registry.
Public methodToString (Inherited from Object.)
Top
See Also