Click or drag to resize

LifetimeScope Properties

The LifetimeScope type exposes the following members.

Properties
  NameDescription
Public propertyComponentRegistry
Gets the services associated with the components that provide them.
Public propertyDisposer
Gets the disposer associated with this container. Instances can be associated with it manually if required.
Protected propertyIsDisposed
Gets a value indicating whether the current instance has been disposed.
(Inherited from Disposable.)
Public propertyParentLifetimeScope
Gets the parent of this node of the hierarchy, or null.
Public propertyRootLifetimeScope
Gets the root of the sharing hierarchy.
Public propertyTag
Gets the tag applied to the lifetime scope.
Top
See Also