C# 클래스 Documenter.Utility

파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
GetCategory ( this type ) : string
GetGameTitle ( this type ) : string
GetLocalFullName ( this type ) : string
GetLocalName ( this type ) : string
GetLocalNamespace ( this type ) : string
GetLocalPath ( this type, string ext ) : string
GetMethodSignature ( this method ) : string
GetPropertySignature ( this property ) : string
GetTypeReference ( this type ) : string

비공개 메소드들

메소드 설명
GetParameterSignature ( ParameterInfo parameter ) : string

메소드 상세

GetCategory() 공개 정적인 메소드

public static GetCategory ( this type ) : string
type this
리턴 string

GetGameTitle() 공개 정적인 메소드

public static GetGameTitle ( this type ) : string
type this
리턴 string

GetLocalFullName() 공개 정적인 메소드

public static GetLocalFullName ( this type ) : string
type this
리턴 string

GetLocalName() 공개 정적인 메소드

public static GetLocalName ( this type ) : string
type this
리턴 string

GetLocalNamespace() 공개 정적인 메소드

public static GetLocalNamespace ( this type ) : string
type this
리턴 string

GetLocalPath() 공개 정적인 메소드

public static GetLocalPath ( this type, string ext ) : string
type this
ext string
리턴 string

GetMethodSignature() 공개 정적인 메소드

public static GetMethodSignature ( this method ) : string
method this
리턴 string

GetPropertySignature() 공개 정적인 메소드

public static GetPropertySignature ( this property ) : string
property this
리턴 string

GetTypeReference() 공개 정적인 메소드

public static GetTypeReference ( this type ) : string
type this
리턴 string