Click or drag to resize

ProvidedInstanceActivator Properties

The ProvidedInstanceActivator type exposes the following members.

Properties
  NameDescription
Public propertyDisposeInstance
Gets or sets a value indicating whether the activator disposes the instance that it holds. Necessary because otherwise instances that are never resolved will never be disposed.
Protected propertyIsDisposed
Gets a value indicating whether the current instance has been disposed.
(Inherited from Disposable.)
Public propertyLimitType
Gets the most specific type that the component instances are known to be castable to.
(Inherited from InstanceActivator.)
Top
See Also