Represents a function/method already compiled into assembly language
|
See Also: Inherited members from object.
OriginalMethod
readonly
|
Mono.Cecil.MethodDefinition . The original MethodDefinition of this function |
_pos
|
int . To be added. |
instr
|
System.Collections.Generic.Dictionary<System.Int32,Mono.Cecil.Cil.Instruction> . A collection of instructions containing from the current instruction to the end of the method's body. instr[0] is the current instruction, instr[1] is the next instruction, instr[2] follows instr[1] and so on |
AsmCode [read-only] | Asm . Gets the compiled code of this funcion |
AsmName [read-only] | string . Normalized name of the function that will be used to call it in assembly language |
To be added.
To be added.
Gets the compiled code of this funcion
Normalized name of the function that will be used to call it in assembly language
Compiles this method to assembly language
Copies a static variable to another static variable
Decrements a static variable by a constant
Gets the label of an assembly language instruction based on the position of the first CIL instruction in the block of instruction from where it was generated
Increments a static variable by a constant
Increments a static variable and then checks if it overflowed
A collection of instructions containing from the current instruction to the end of the method's body. instr[0] is the current instruction, instr[1] is the next instruction, instr[2] follows instr[1] and so on
The original MethodDefinition of this function
The current position when parsing the instructions of the method
A constant must be stored in a registers. It is a 'ldc' followed by a stsfld