C# Class LinFu.AOP.Cecil.GetAroundInvokeProvider

Represents a class that emits the call to obtain the IAroundInvokeProvider instance.
Inheritance: IInstructionEmitter
Afficher le fichier Open project: philiplaureano/LinFu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

GetAroundInvokeProvider() public méthode

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.
Résultat LinFu.AOP.Cecil.Interfaces