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

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

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

Метод Описание
AddOriginalInstructions ( IEnumerable oldInstructions, Instruction endLabel ) : System.Collections.Generic

Initializes a new instance of the AddOriginalInstructions class.

Emit ( Mono.Cecil.Cil.CilWorker IL ) : void

Adds the original instructions to a given method body.

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

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

Initializes a new instance of the AddOriginalInstructions class.
public AddOriginalInstructions ( IEnumerable oldInstructions, Instruction endLabel ) : System.Collections.Generic
oldInstructions IEnumerable The original method instructions.
endLabel Mono.Cecil.Cil.Instruction The instruction label that marks the end of the method body.
Результат System.Collections.Generic

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

Adds the original instructions to a given method body.
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void
IL Mono.Cecil.Cil.CilWorker The responsible for the target method body.
Результат void