The Registry type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Registry |
Creates an empty registry.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | 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.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RegisterComponent |
Registers a component and returns its descriptor.
| |
| RegisterPlugin |
Registers a plugin and returns its descriptor.
| |
| RegisterService |
Registers a service and returns its descriptor.
| |
| ToString | (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Properties
| Name | Description | |
|---|---|---|
| Components |
Gets a view of all registered components.
| |
| Plugins |
Gets a view of all registered plugins.
| |
| ResourceLocator |
Gets a resource locator based on the contents of the registry.
| |
| ServiceLocator |
Gets a service locator based on the contents of the registry.
| |
| Services |
Gets a view of all registered services.
|
