Click or drag to resize

ISharingLifetimeScope Properties

The ISharingLifetimeScope type exposes the following members.

Properties
  NameDescription
Public propertyComponentRegistry
Gets the associated services with the components that provide them.
(Inherited from IComponentContext.)
Public propertyDisposer
Gets the disposer associated with this ILifetimeScope. Component instances can be associated with it manually if required.
(Inherited from ILifetimeScope.)
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 ILifetimeScope.
(Inherited from ILifetimeScope.)
Top
See Also