Method | Description | |
---|---|---|
ConstructorParameterBinding ( |
Construct a new ConstructorParameterBinding.
|
|
Instantiate ( ) : object |
Invoke the constructor with the parameter bindings.
|
|
ToString ( ) : string |
Returns a System.String that represents the current System.Object.
|
Method | Description | |
---|---|---|
GetConstructorInvoker ( |
public ConstructorParameterBinding ( |
||
ci | ConstructorInfo to bind. | |
availableParameters | IEnumerable |
Available parameters. |
context | IComponentContext | Context in which to construct instance. |
return | System |