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

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

공개 메소드들

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