C# Class Mono.Cecil.Fluent.MethodBodyExtensions

Datei anzeigen Open project: mwoelk83/Mono.Cecil.Fluent

Public Methods

Method Description
ComputeCodeSize ( this body ) : int
ComputeMaxStackSize ( this body ) : int
ComputeOffsets ( this body ) : void
Disassemble ( this body ) : string

Private Methods

Method Description
ComputePopDelta ( StackBehaviour popBehavior, int &stackSize ) : void
ComputePushDelta ( StackBehaviour pushBehaviour, int &stackSize ) : void
ComputeStackDelta ( Instruction instruction, int &stackSize, bool addpush = true ) : void
ComputeStackSize ( Instruction instruction, int &stack_size ) : void
CopyBranchStackSize ( int>.Dictionary &stackSizes, Instruction target, int stackSize ) : void
CopyBranchStackSize ( Instruction instruction, int>.Dictionary &stackSizes, int stackSize ) : void

Method Details

ComputeCodeSize() public static method

public static ComputeCodeSize ( this body ) : int
body this
return int

ComputeMaxStackSize() public static method

public static ComputeMaxStackSize ( this body ) : int
body this
return int

ComputeOffsets() public static method

public static ComputeOffsets ( this body ) : void
body this
return void

Disassemble() public static method

public static Disassemble ( this body ) : string
body this
return string