C# Класс Mono.Cecil.Fluent.MethodBodyExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ComputeCodeSize ( this body ) : int
ComputeMaxStackSize ( this body ) : int
ComputeOffsets ( this body ) : void
Disassemble ( this body ) : string

Приватные методы

Метод Описание
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

Описание методов

ComputeCodeSize() публичный статический Метод

public static ComputeCodeSize ( this body ) : int
body this
Результат int

ComputeMaxStackSize() публичный статический Метод

public static ComputeMaxStackSize ( this body ) : int
body this
Результат int

ComputeOffsets() публичный статический Метод

public static ComputeOffsets ( this body ) : void
body this
Результат void

Disassemble() публичный статический Метод

public static Disassemble ( this body ) : string
body this
Результат string