### YamlMime:ManagedReference items: - uid: Ghost.Entities.SystemManager commentId: T:Ghost.Entities.SystemManager id: SystemManager parent: Ghost.Entities children: - Ghost.Entities.SystemManager.AddSystem``1 - Ghost.Entities.SystemManager.Dispose - Ghost.Entities.SystemManager.GetSystem``1 langs: - csharp - vb name: SystemManager nameWithType: SystemManager fullName: Ghost.Entities.SystemManager type: Class source: remote: path: src/Runtime/Ghost.Entities/System.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: SystemManager path: ../src/Runtime/Ghost.Entities/System.cs startLine: 342 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public sealed class SystemManager : IDisposable' content.vb: Public NotInheritable Class SystemManager Implements IDisposable inheritance: - System.Object implements: - System.IDisposable inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString - uid: Ghost.Entities.SystemManager.AddSystem``1 commentId: M:Ghost.Entities.SystemManager.AddSystem``1 id: AddSystem``1 parent: Ghost.Entities.SystemManager langs: - csharp - vb name: AddSystem() nameWithType: SystemManager.AddSystem() fullName: Ghost.Entities.SystemManager.AddSystem() type: Method source: remote: path: src/Runtime/Ghost.Entities/System.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: AddSystem path: ../src/Runtime/Ghost.Entities/System.cs startLine: 356 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public void AddSystem() where T : ISystem, new()' typeParameters: - id: T content.vb: Public Sub AddSystem(Of T As {ISystem, New})() overload: Ghost.Entities.SystemManager.AddSystem* nameWithType.vb: SystemManager.AddSystem(Of T)() fullName.vb: Ghost.Entities.SystemManager.AddSystem(Of T)() name.vb: AddSystem(Of T)() - uid: Ghost.Entities.SystemManager.GetSystem``1 commentId: M:Ghost.Entities.SystemManager.GetSystem``1 id: GetSystem``1 parent: Ghost.Entities.SystemManager langs: - csharp - vb name: GetSystem() nameWithType: SystemManager.GetSystem() fullName: Ghost.Entities.SystemManager.GetSystem() type: Method source: remote: path: src/Runtime/Ghost.Entities/System.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: GetSystem path: ../src/Runtime/Ghost.Entities/System.cs startLine: 362 assemblies: - Ghost.Entities namespace: Ghost.Entities syntax: content: 'public T GetSystem() where T : ISystem' typeParameters: - id: T return: type: '{T}' content.vb: Public Function GetSystem(Of T As ISystem)() As T overload: Ghost.Entities.SystemManager.GetSystem* nameWithType.vb: SystemManager.GetSystem(Of T)() fullName.vb: Ghost.Entities.SystemManager.GetSystem(Of T)() name.vb: GetSystem(Of T)() - uid: Ghost.Entities.SystemManager.Dispose commentId: M:Ghost.Entities.SystemManager.Dispose id: Dispose parent: Ghost.Entities.SystemManager langs: - csharp - vb name: Dispose() nameWithType: SystemManager.Dispose() fullName: Ghost.Entities.SystemManager.Dispose() type: Method source: remote: path: src/Runtime/Ghost.Entities/System.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Dispose path: ../src/Runtime/Ghost.Entities/System.cs startLine: 418 assemblies: - Ghost.Entities namespace: Ghost.Entities summary: Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. example: [] syntax: content: public void Dispose() content.vb: Public Sub Dispose() overload: Ghost.Entities.SystemManager.Dispose* implements: - System.IDisposable.Dispose references: - uid: Ghost.Entities commentId: N:Ghost.Entities href: Ghost.html name: Ghost.Entities nameWithType: Ghost.Entities fullName: Ghost.Entities spec.csharp: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Entities name: Entities href: Ghost.Entities.html spec.vb: - uid: Ghost name: Ghost href: Ghost.html - name: . - uid: Ghost.Entities name: Entities href: Ghost.Entities.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.IDisposable commentId: T:System.IDisposable parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable name: IDisposable nameWithType: IDisposable fullName: System.IDisposable - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: Ghost.Entities.SystemManager.AddSystem* commentId: Overload:Ghost.Entities.SystemManager.AddSystem href: Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_AddSystem__1 name: AddSystem nameWithType: SystemManager.AddSystem fullName: Ghost.Entities.SystemManager.AddSystem - uid: Ghost.Entities.SystemManager.GetSystem* commentId: Overload:Ghost.Entities.SystemManager.GetSystem href: Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_GetSystem__1 name: GetSystem nameWithType: SystemManager.GetSystem fullName: Ghost.Entities.SystemManager.GetSystem - uid: '{T}' commentId: '!:T' definition: T name: T nameWithType: T fullName: T - uid: T name: T nameWithType: T fullName: T - uid: Ghost.Entities.SystemManager.Dispose* commentId: Overload:Ghost.Entities.SystemManager.Dispose href: Ghost.Entities.SystemManager.html#Ghost_Entities_SystemManager_Dispose name: Dispose nameWithType: SystemManager.Dispose fullName: Ghost.Entities.SystemManager.Dispose - uid: System.IDisposable.Dispose commentId: M:System.IDisposable.Dispose parent: System.IDisposable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose name: Dispose() nameWithType: IDisposable.Dispose() fullName: System.IDisposable.Dispose() spec.csharp: - uid: System.IDisposable.Dispose name: Dispose isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose - name: ( - name: ) spec.vb: - uid: System.IDisposable.Dispose name: Dispose isExternal: true href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose - name: ( - name: )