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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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