C# Class ILDynaRec.CecilExtensions

Exibir arquivo Open project: zapu/UnityHotSwap

Public Methods

Method Description
GetHotpatchFieldName ( this method ) : string
GetMethodByName ( this type, string name ) : Mono.Cecil.MethodDefinition
GetNormalizedFullName ( this method ) : string
IsHotpatchField ( this field ) : bool

Method Details

GetHotpatchFieldName() public static method

public static GetHotpatchFieldName ( this method ) : string
method this
return string

GetMethodByName() public static method

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

GetNormalizedFullName() public static method

public static GetNormalizedFullName ( this method ) : string
method this
return string

IsHotpatchField() public static method

public static IsHotpatchField ( this field ) : bool
field this
return bool