IServiceManager Interface Members
The following tables list the members exposed by IServiceManager.
Public Properties
Name | Description | |
---|---|---|
ApplicationName | Gets the name of the application. |
Public Methods
Name | Description | |
---|---|---|
AddService | (Inherited from System.ComponentModel.Design.IServiceContainer) | |
GetService | (Inherited from System.IServiceProvider) | |
RemoveService | (Inherited from System.ComponentModel.Design.IServiceContainer) |
Public Events
Name | Description | |
---|---|---|
ServiceAdded | Event raised when a service is added to the service manager | |
ServiceRemoved | Event raised when a service is removed from the service manager |
See Also