Autofac .NET Inversion of Control Container
Disposer Property
NamespacesAutofacILifetimeScopeDisposer
The disposer associated with this ILifetimeScope. Component instances can be associated with it manually if required.
Declaration Syntax
C#Visual BasicVisual C++
IDisposer Disposer { get; }
ReadOnly Property Disposer As IDisposer
property IDisposer^ Disposer {
	IDisposer^ get ();
}
Remarks
Typical usage does not require interaction with this member- it is used when extending the container.

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)