C# 클래스 Monobjc.Generators.Cecil.MethodBodyReader

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
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