ServiceContainer Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AddService(Type^, Object^) | Adds the specified service to the service container. |
![]() | AddService(Type^, Object^, Boolean) | Adds the specified service to the service container. |
![]() | AddService(Type^, ServiceCreatorCallback^) | Adds the specified service to the service container. |
![]() | AddService(Type^, ServiceCreatorCallback^, Boolean) | Adds the specified service to the service container. |
![]() | Dispose() | Disposes this service container. |
![]() | Dispose(Boolean) | Disposes this service container. |
![]() | Equals(Object^) | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets the requested service. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RemoveService(Type^) | Removes the specified service type from the service container. |
![]() | RemoveService(Type^, Boolean) | Removes the specified service type from the service container. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

