Method | Description | |
---|---|---|
NextContainerCall ( System serviceType, string serviceName ) : System |
Initializes a new instance of the NextContainerCall class.
|
Method | Description | |
---|---|---|
EmitGetContainerInstance ( Mono.Cecil.ModuleDefinition module, |
Emits the instructions that will obtain the IMicroContainer instance.
|
Method | Description | |
---|---|---|
EmitGetNextContainerCall ( Mono.Cecil.Cil.ILProcessor il, |
protected EmitGetContainerInstance ( Mono.Cecil.ModuleDefinition module, |
||
module | Mono.Cecil.ModuleDefinition | The target module. |
microContainerType | The type reference that points to the |
|
il | Mono.Cecil.Cil.ILProcessor | |
skipCreate | The skip label that will be used if the service cannot be instantiated. | |
return | void |
public NextContainerCall ( System serviceType, string serviceName ) : System | ||
serviceType | System | The service type. |
serviceName | string | The service name. |
return | System |