Method |
Description |
|
AddExceptionStackSize ( Instruction handler_start, int>.Dictionary &stack_sizes ) : void |
|
|
Align ( int align ) : void |
|
|
BeginMethod ( ) : UInt32 |
|
|
ComputeExceptionHandlerStackSize ( int>.Dictionary &stack_sizes ) : void |
|
|
ComputeHeader ( ) : void |
|
|
ComputePopDelta ( StackBehaviour pop_behavior, int &stack_size ) : void |
|
|
ComputePushDelta ( StackBehaviour push_behaviour, int &stack_size ) : void |
|
|
ComputeStackDelta ( Instruction instruction, int &stack_size ) : void |
|
|
ComputeStackSize ( Instruction instruction, int>.Dictionary &stack_sizes, int &stack_size, int &max_stack ) : void |
|
|
ComputeStackSize ( Instruction instruction, int &stack_size ) : void |
|
|
CopyBranchStackSize ( int>.Dictionary &stack_sizes, Instruction target, int stack_size ) : void |
|
|
CopyBranchStackSize ( Instruction instruction, int>.Dictionary &stack_sizes, int stack_size ) : void |
|
|
EndMethod ( ) : void |
|
|
GetLocalVarToken ( ByteBuffer buffer, MethodSymbols symbols ) : MetadataToken |
|
|
GetParameterIndex ( ParameterDefinition parameter ) : int |
|
|
GetStandAloneSignatureToken ( uint signature ) : MetadataToken |
|
|
GetTargetOffset ( Instruction instruction ) : int |
|
|
GetUserStringIndex ( string @string ) : uint |
|
|
GetVariableIndex ( VariableDefinition variable ) : int |
|
|
IsEmptyMethodBody ( MethodBody body ) : bool |
|
|
IsFatRange ( Instruction start, Instruction end ) : bool |
|
|
IsUnresolved ( MethodDefinition method ) : bool |
|
|
RequiresFatHeader ( ) : bool |
|
|
RequiresFatSection ( Collection handlers ) : bool |
|
|
WriteExceptionHandlerSpecific ( ExceptionHandler handler ) : void |
|
|
WriteExceptionHandlers ( ) : void |
|
|
WriteExceptionHandlers ( Collection handlers, Action write_entry, Action write_length ) : void |
|
|
WriteFatHeader ( ) : void |
|
|
WriteFatSection ( Collection handlers ) : void |
|
|
WriteInstructions ( ) : void |
|
|
WriteMetadataToken ( MetadataToken token ) : void |
|
|
WriteOpCode ( OpCode opcode ) : void |
|
|
WriteOperand ( Instruction instruction ) : void |
|
|
WriteResolvedMethodBody ( MethodDefinition method ) : void |
|
|
WriteSmallSection ( Collection handlers ) : void |
|
|
WriteUnresolvedMethodBody ( MethodDefinition method ) : void |
|
|