C# Class Patchwork.Engine.Utility.PatchedMemberHelper

Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
GetPatchedMemberName ( this yourMember ) : string

Private Methods

Méthode Description
GetPatchedTypeFullName ( this typeRef ) : string

If given a ref to a patching type, returns the type that it patches. Otherwise, returns null.

IsCompilerGenerated ( this attrProvider ) : bool

Determines whether the member was compiler generated.

IsDisablePatching ( this member ) : bool

Method Details

GetPatchedMemberName() public static méthode

public static GetPatchedMemberName ( this yourMember ) : string
yourMember this
Résultat string