ComponentRegistration Properties |
The ComponentRegistration type exposes the following members.
| Name | Description | |
|---|---|---|
| Activator |
Gets the activator for the registration.
| |
| Id |
Gets a unique identifier for this component (shared in all sub-contexts.)
This value also appears in Services.
| |
| IsDisposed |
Gets a value indicating whether the current instance has been disposed.
(Inherited from Disposable.) | |
| Lifetime |
Gets the lifetime associated with the component.
| |
| Metadata |
Gets additional data associated with the component.
| |
| Options |
Gets the options for the registration.
| |
| Ownership |
Gets information about whether the instances of the component should be disposed by the container.
| |
| ResolvePipeline |
Gets the resolve pipeline for the component.
| |
| Services |
Gets the services provided by the component.
| |
| Sharing |
Gets information about whether the component instances are shared or not.
| |
| Target |
Gets the component registration upon which this registration is based.
If this registration was created directly by the user, returns this.
|