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 |
|
|