IActivatingEventArgsT Interface |
Namespace: Autofac.Core
[Missing <typeparam name="T"/> documentation for "T:Autofac.Core.IActivatingEventArgs`1"]
The IActivatingEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
Component |
Gets the component providing the instance.
| |
Context |
Gets the context in which the activation occurred.
| |
Instance |
Gets the instance that will be used to satisfy the request.
| |
Parameters |
Gets the parameters supplied to the activator.
| |
Service |
Gets the service being resolved.
|
Name | Description | |
---|---|---|
ReplaceInstance |
The instance can be replaced if needed, e.g. by an interface proxy.
|