Click or drag to resize

ILifetimeScope Properties

The ILifetimeScope 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.
Public propertyTag
Gets the tag applied to the ILifetimeScope.
Top
See Also