The following tables list the members exposed by ServicesManager.
Name | Description | |
---|---|---|
GetRegisteredServiceKeys | Returns a collection of registered service keys. | |
GetRegisteredServices | Returns a collection of registered services. | |
GetRegisteredServiceTypes | Returns a collection of registered service types. | |
GetService | Overloaded. Gets a service which was registered with a specific Type. | |
RegisterService | Overloaded. Registers a specific type of service instance. | |
UnregisterAllServices | Unregisters all currently registered services. | |
UnregisterService | Overloaded. Unregisters a service of a specific type. |
Name | Description | |
---|---|---|
ServiceAdded | Raised after a service is registered. | |
ServiceRemoved | Raised after a service is unregistered. |