C# Класс Monobjc.Generators.Cecil.MethodBodyReader

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetInstructions ( MethodBase method ) : IEnumerable

Приватные методы

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

Описание методов

GetInstructions() публичный статический Метод

public static GetInstructions ( MethodBase method ) : IEnumerable
method System.Reflection.MethodBase
Результат IEnumerable