Method | Description | |
---|---|---|
AddMethodReplacementImplementation ( IMethodBodyRewriterParameters parameters ) : System.Collections.Generic |
Initializes a new instance of the AddMethodReplacementImplementation class.
|
|
Emit ( Mono.Cecil.Cil.CilWorker IL ) : void |
Adds method body interception to the target method.
|
public AddMethodReplacementImplementation ( IMethodBodyRewriterParameters parameters ) : System.Collections.Generic | ||
parameters | IMethodBodyRewriterParameters | The set of parameters that describe the target method body. |
return | System.Collections.Generic |
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void | ||
IL | Mono.Cecil.Cil.CilWorker | The |
return | void |