C# Class Patchwork.Engine.Utility.PatchedMemberHelper

Mostra file Open project: GregRos/Patchwork

Public Methods

Method Description
GetPatchedMemberName ( this yourMember ) : string

Private Methods

Method 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 method

public static GetPatchedMemberName ( this yourMember ) : string
yourMember this
return string