C# Class Monobjc.Generators.Cecil.MethodBodyReader

Datei anzeigen Open project: Monobjc/monobjc Class Usage Examples

Public Methods

Method Description
GetInstructions ( MethodBase method ) : IEnumerable

Private Methods

Method Description
GetInstruction ( List instructions, int offset ) : Instruction
GetLocalVariable ( int index ) : LocalVariableInfo
GetParameter ( int index ) : ParameterInfo
GetVariable ( Instruction instruction, int index ) : object
MethodBodyReader ( ) : System

Initializes the MethodBodyReader class.

MethodBodyReader ( MethodBase method ) : System
ReadInstructions ( ) : void
ReadOpCode ( ) : OpCode
ReadOperand ( Instruction instruction ) : void
ResolveBranches ( ) : void
TargetsLocalVariable ( OpCode opcode ) : bool

Method Details

GetInstructions() public static method

public static GetInstructions ( MethodBase method ) : IEnumerable
method System.Reflection.MethodBase
return IEnumerable