The Registry type exposes the following members.

Constructors

  NameDescription
Registry
Creates an empty registry.

Methods

  NameDescription
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

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