Click or drag to resize

IInstanceActivator Interface

Activates component instances.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IInstanceActivator : IDisposable

The IInstanceActivator type exposes the following members.

Properties
  NameDescription
Public propertyLimitType
Gets the most specific type that the component instances are known to be castable to.
Top
Methods
  NameDescription
Public methodConfigurePipeline
Allows an implementation to add middleware to a registration's resolve pipeline.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also