Click or drag to resize

ActivatingEventArgsT Class

Fired after the construction of an instance but before that instance is shared with any other or any members are invoked on it.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Autofac.CoreActivatingEventArgsT

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public class ActivatingEventArgs<T> : EventArgs, 
	IActivatingEventArgs<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Autofac.Core.ActivatingEventArgs`1"]

The ActivatingEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodActivatingEventArgsT
Initializes a new instance of the ActivatingEventArgsT class.
Top
Properties
  NameDescription
Public propertyComponent
Gets the component providing the instance.
Public propertyContext
Gets the context in which the activation occurred.
Public propertyInstance
Gets or sets the instance that will be used to satisfy the request.
Public propertyParameters
Gets the parameters supplied to the activator.
Public propertyService
Gets the service being resolved.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReplaceInstance
The instance can be replaced if needed, e.g. by an interface proxy.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also