C# 클래스 LinFu.AOP.Cecil.AddOriginalInstructions

Represents an instruction emitter that adds the original method instructions to a given method body.
상속: IInstructionEmitter
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
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