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

Represents an instruction emitter that saves the return value from a given method call.
Наследование: IInstructionEmitter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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