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

Represents an instruction emitter that adds method body replacement support to a given method body.
Наследование: IInstructionEmitter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

Initializes a new instance of the AddMethodReplacementImplementation class.
public AddMethodReplacementImplementation ( IMethodBodyRewriterParameters parameters ) : System.Collections.Generic
parameters IMethodBodyRewriterParameters The set of parameters that describe the target method body.
Результат System.Collections.Generic

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

Adds method body interception to the target method.
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void
IL Mono.Cecil.Cil.CilWorker The pointing to the target method body.
Результат void