C# Class LinFu.AOP.Cecil.InstructionProvider

Represents the default implementation of the IInstructionProvider class.
Inheritance: IInstructionProvider
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode Description
GetInstructions ( Mono.Cecil.MethodDefinition method ) : IEnumerable

Determines the instructions for a given method.

Method Details

GetInstructions() public méthode

Determines the instructions for a given method.
public GetInstructions ( Mono.Cecil.MethodDefinition method ) : IEnumerable
method Mono.Cecil.MethodDefinition The source method that contains the instructions.
Résultat IEnumerable