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

Represents an instruction emitter that saves the return value from a given method call.
상속: IInstructionEmitter
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

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

Saves the return value from a given method call.

SaveReturnValue ( TypeReference returnType, Mono.Cecil.Cil.VariableDefinition returnValue ) : LinFu.AOP.Cecil.Interfaces

Initializes a new instance of the SaveReturnValue class.

메소드 상세

Emit() 공개 메소드

Saves the return value from a given method call.
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void
IL Mono.Cecil.Cil.CilWorker The pointing to the target method body.
리턴 void

SaveReturnValue() 공개 메소드

Initializes a new instance of the SaveReturnValue class.
public SaveReturnValue ( TypeReference returnType, Mono.Cecil.Cil.VariableDefinition returnValue ) : LinFu.AOP.Cecil.Interfaces
returnType Mono.Cecil.TypeReference The return type.
returnValue Mono.Cecil.Cil.VariableDefinition The return value.
리턴 LinFu.AOP.Cecil.Interfaces