The Registration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Container | Gets the Container instance for this registration. | |
| ImplementationType | Gets the type that this instance will create. | |
| Lifestyle | Gets the Lifestyle this that created this registration. | |
| SuppressDisposal |
Gets or sets a value indicating whether the disposal of created instances for this registration
should be suppressed or not. The default is false. Having a value of false, does not force an
instance to be disposed of, though; Transient instances, for instance, will never be disposed of.
|
See Also