C# Класс LinFu.AOP.Cecil.GetInterceptionDisabled

Represents a class that emits the instructions that determine whether or not method interception is disabled.
Наследование: IInstructionEmitter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( MethodReference hostMethod, Mono.Cecil.Cil.VariableDefinition interceptionDisabled ) : LinFu.AOP.Cecil.Interfaces

Initializes a new instance of the GetInterceptionDisabled class.

Описание методов

Emit() публичный Метод

Emits the instructions that determine whether or not method interception is disabled.
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void
IL Mono.Cecil.Cil.CilWorker The instance responsible for adding or removing instructions to the method body.
Результат void

GetInterceptionDisabled() публичный Метод

Initializes a new instance of the GetInterceptionDisabled class.
public GetInterceptionDisabled ( IMethodBodyRewriterParameters parameters ) : LinFu.AOP.Cecil.Interfaces
parameters IMethodBodyRewriterParameters The instance.
Результат LinFu.AOP.Cecil.Interfaces

GetInterceptionDisabled() публичный Метод

Initializes a new instance of the GetInterceptionDisabled class.
public GetInterceptionDisabled ( MethodReference hostMethod, Mono.Cecil.Cil.VariableDefinition interceptionDisabled ) : LinFu.AOP.Cecil.Interfaces
hostMethod Mono.Cecil.MethodReference The target method.
interceptionDisabled Mono.Cecil.Cil.VariableDefinition The local variable that determines whether or not method interception is disabled.
Результат LinFu.AOP.Cecil.Interfaces