The XServiceManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddService | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetService |
Gets an service interface of given type.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| RemoveService |
Removes (unregisters) the service from XServiceManager.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets an service interface of given type.
| |
| Services |
Gets a singleton (the only one instance) of this class.
| |
| SyncRoot |
Gets an object which can be used for synchonized access to this instance.
|