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

Represents a class that emits the call to obtain the IAroundInvokeProvider instance.
상속: IInstructionEmitter
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
Emit ( Mono.Cecil.Cil.CilWorker IL ) : void

Emits the call to obtain the IAroundInvokeProvider instance.

GetAroundInvokeProvider ( Mono.Cecil.Cil.VariableDefinition aroundInvokeProvider, string providerName ) : LinFu.AOP.Cecil.Interfaces

Initializes a new instance of the GetAroundInvokeProvider class.

메소드 상세

Emit() 공개 메소드

Emits the call to obtain the IAroundInvokeProvider instance.
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void
IL Mono.Cecil.Cil.CilWorker The pointing to the target method body.
리턴 void

GetAroundInvokeProvider() 공개 메소드

Initializes a new instance of the GetAroundInvokeProvider class.
public GetAroundInvokeProvider ( Mono.Cecil.Cil.VariableDefinition aroundInvokeProvider, string providerName ) : LinFu.AOP.Cecil.Interfaces
aroundInvokeProvider Mono.Cecil.Cil.VariableDefinition The local variable that holds the instance.
providerName string The name of the property.
리턴 LinFu.AOP.Cecil.Interfaces