Method | Description | |
---|---|---|
Create ( |
Gets or creates an injector for the specified constructor.
|
|
Create ( |
Gets or creates an injector for the specified method.
|
|
Create ( |
Gets or creates an injector for the specified property.
|
Method | Description | |
---|---|---|
EmitLoadMethodArguments ( |
||
EmitMethodCall ( |
||
EmitUnboxOrCast ( |
||
GetAnonymousMethodName ( ) : string |
public Create ( |
||
constructor | The constructor. | |
return | ConstructorInjector |
public Create ( |
||
method | The method. | |
return | MethodInjector |
public Create ( |
||
property | The property. | |
return | PropertyInjector |