C# 클래스 ILDynaRec.CecilExtensions

파일 보기 프로젝트 열기: zapu/UnityHotSwap

공개 메소드들

메소드 설명
GetHotpatchFieldName ( this method ) : string
GetMethodByName ( this type, string name ) : Mono.Cecil.MethodDefinition
GetNormalizedFullName ( this method ) : string
IsHotpatchField ( this field ) : bool

메소드 상세

GetHotpatchFieldName() 공개 정적인 메소드

public static GetHotpatchFieldName ( this method ) : string
method this
리턴 string

GetMethodByName() 공개 정적인 메소드

public static GetMethodByName ( this type, string name ) : Mono.Cecil.MethodDefinition
type this
name string
리턴 Mono.Cecil.MethodDefinition

GetNormalizedFullName() 공개 정적인 메소드

public static GetNormalizedFullName ( this method ) : string
method this
리턴 string

IsHotpatchField() 공개 정적인 메소드

public static IsHotpatchField ( this field ) : bool
field this
리턴 bool