C# Class LinFu.AOP.Cecil.GetAroundInvokeProvider

Represents a class that emits the call to obtain the IAroundInvokeProvider instance.
Inheritance: IInstructionEmitter
ファイルを表示 Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
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.

Method Details

Emit() public method

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.
return void

GetAroundInvokeProvider() public method

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.
return LinFu.AOP.Cecil.Interfaces