C# Class ILDynaRec.CecilExtensions

Afficher le fichier Open project: zapu/UnityHotSwap

Méthodes publiques

Méthode 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 méthode

public static GetHotpatchFieldName ( this method ) : string
method this
Résultat string

GetMethodByName() public static méthode

public static GetMethodByName ( this type, string name ) : Mono.Cecil.MethodDefinition
type this
name string
Résultat Mono.Cecil.MethodDefinition

GetNormalizedFullName() public static méthode

public static GetNormalizedFullName ( this method ) : string
method this
Résultat string

IsHotpatchField() public static méthode

public static IsHotpatchField ( this field ) : bool
field this
Résultat bool