Click or drag to resize

ISystemRegistry Interface

Provides the functionality for a registry of system types.

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

The ISystemRegistry type exposes the following members.

Methods
  NameDescription
Public methodGet(Type)
Gets all types of systems of the specified type.
Public methodGetTSystem
Gets all types of systems of the specified TSystem.
Public methodSetAndLock
Sets the systems available in this registry and locks further changes to the registry.
Top
See Also