C# Class Mono.Cecil.Fluent.MethodBodyExtensions

Afficher le fichier Open project: mwoelk83/Mono.Cecil.Fluent

Méthodes publiques

Méthode Description
ComputeCodeSize ( this body ) : int
ComputeMaxStackSize ( this body ) : int
ComputeOffsets ( this body ) : void
Disassemble ( this body ) : string

Private Methods

Méthode 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 méthode

public static ComputeCodeSize ( this body ) : int
body this
Résultat int

ComputeMaxStackSize() public static méthode

public static ComputeMaxStackSize ( this body ) : int
body this
Résultat int

ComputeOffsets() public static méthode

public static ComputeOffsets ( this body ) : void
body this
Résultat void

Disassemble() public static méthode

public static Disassemble ( this body ) : string
body this
Résultat string