C# 클래스 ICSharpCode.Decompiler.ILAst.ILCodeUtil

파일 보기 프로젝트 열기: sq/ILSpy-JSIL 1 사용 예제들

공개 메소드들

메소드 설명
ExpandMacro ( ILCode &code, object &operand, MethodBody methodBody ) : void
GetName ( this code ) : string
GetParameter ( this self, int index ) : Mono.Cecil.ParameterDefinition
IsConditionalControlFlow ( this code ) : bool
IsUnconditionalControlFlow ( this code ) : bool

메소드 상세

ExpandMacro() 공개 정적인 메소드

public static ExpandMacro ( ILCode &code, object &operand, MethodBody methodBody ) : void
code ILCode
operand object
methodBody Mono.Cecil.Cil.MethodBody
리턴 void

GetName() 공개 정적인 메소드

public static GetName ( this code ) : string
code this
리턴 string

GetParameter() 공개 정적인 메소드

public static GetParameter ( this self, int index ) : Mono.Cecil.ParameterDefinition
self this
index int
리턴 Mono.Cecil.ParameterDefinition

IsConditionalControlFlow() 공개 정적인 메소드

public static IsConditionalControlFlow ( this code ) : bool
code this
리턴 bool

IsUnconditionalControlFlow() 공개 정적인 메소드

public static IsUnconditionalControlFlow ( this code ) : bool
code this
리턴 bool