C# 클래스 Patchwork.Engine.Utility.PatchedMemberHelper

파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
GetPatchedMemberName ( this yourMember ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetPatchedMemberName() 공개 정적인 메소드

public static GetPatchedMemberName ( this yourMember ) : string
yourMember this
리턴 string