ConstructorBinder Class |
Namespace: Autofac.Core.Activators.Reflection
The ConstructorBinder type exposes the following members.
Name | Description | |
---|---|---|
ConstructorBinder |
Initializes a new instance of the ConstructorBinder class.
|
Name | Description | |
---|---|---|
Constructor |
Gets the constructor this binder is responsible for binding.
| |
ParameterCount |
Gets the number of parameters.
| |
Parameters |
Gets the set of parameters to bind against.
|
Name | Description | |
---|---|---|
Bind |
Binds the set of parameters to the constructor. CanInstantiate indicates success.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |