C# 클래스 Mono.Cecil.Fluent.MethodBodyExtensions

파일 보기 프로젝트 열기: mwoelk83/Mono.Cecil.Fluent

공개 메소드들

메소드 설명
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