C# 클래스 Mono.Cecil.Rocks.MethodBodyRocks

파일 보기 프로젝트 열기: jbevain/cecil 1 사용 예제들

공개 메소드들

메소드 설명
Optimize ( this self ) : void
OptimizeMacros ( this self ) : void
SimplifyMacros ( this self ) : void

비공개 메소드들

메소드 설명
ComputeOffsets ( MethodBody body ) : void
ExpandMacro ( Instruction instruction, Mono.Cecil.Cil.OpCode opcode, object operand ) : void
MakeMacro ( Instruction instruction, Mono.Cecil.Cil.OpCode opcode ) : void
OptimizeBranch ( Instruction instruction ) : bool
OptimizeBranches ( MethodBody body ) : void
OptimizeLongs ( this self ) : void

메소드 상세

Optimize() 공개 정적인 메소드

public static Optimize ( this self ) : void
self this
리턴 void

OptimizeMacros() 공개 정적인 메소드

public static OptimizeMacros ( this self ) : void
self this
리턴 void

SimplifyMacros() 공개 정적인 메소드

public static SimplifyMacros ( this self ) : void
self this
리턴 void