Method | Description | |
---|---|---|
Emit ( Mono.Cecil.Cil.CilWorker IL ) : void |
Emits the instructions that determine whether or not method interception is disabled.
|
|
GetInterceptionDisabled ( IMethodBodyRewriterParameters parameters ) : LinFu.AOP.Cecil.Interfaces |
Initializes a new instance of the GetInterceptionDisabled class.
|
|
GetInterceptionDisabled ( |
Initializes a new instance of the GetInterceptionDisabled class.
|
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void | ||
IL | Mono.Cecil.Cil.CilWorker | The |
return | void |
public GetInterceptionDisabled ( IMethodBodyRewriterParameters parameters ) : LinFu.AOP.Cecil.Interfaces | ||
parameters | IMethodBodyRewriterParameters | The |
return | LinFu.AOP.Cecil.Interfaces |
public GetInterceptionDisabled ( |
||
hostMethod | The target method. | |
interceptionDisabled | Mono.Cecil.Cil.VariableDefinition | The local variable that determines whether or not method interception is disabled. |
return | LinFu.AOP.Cecil.Interfaces |