Method | Description | |
---|---|---|
MethodBodyRewriterParameters ( Mono.Cecil.Cil.CilWorker IL, IEnumerable |
Initializes a new instance of the MethodBodyRewriterParameters class.
|
public MethodBodyRewriterParameters ( Mono.Cecil.Cil.CilWorker IL, IEnumerable |
||
IL | Mono.Cecil.Cil.CilWorker | The CilWorker that is responsible for the current method body. |
oldInstructions | IEnumerable |
The value indicating the list of old instructions in the current method body. |
interceptionDisabled | Mono.Cecil.Cil.VariableDefinition | The value that determines whether or not interception is disabled. |
invocationInfo | Mono.Cecil.Cil.VariableDefinition | The local variable that will store the |
returnValue | Mono.Cecil.Cil.VariableDefinition | The value indicating the local variable that will store the return value. |
methodReplacementProvider | Mono.Cecil.Cil.VariableDefinition | The |
aroundInvokeProvider | Mono.Cecil.Cil.VariableDefinition | The |
classMethodReplacementProvider | Mono.Cecil.Cil.VariableDefinition | The class-level |
getMethodReplacementProviderMethod | MethodReference>.Func | The functor that resolves the GetMethodReplacementProvider method. |
registryType | The interception registry type that will be responsible for handling class-level interception events. | |
return | System |