The IRegistry type exposes the following members.

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
RegisterComponent
Registers a component and returns its descriptor.
RegisterPlugin
Registers a plugin and returns its descriptor.
RegisterService
Registers a service and returns its descriptor.

Properties

  NameDescription
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.

See Also