C# Class Documenter.Utility

ファイルを表示 Open project: unforbidable/patcher

Public Methods

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

Private Methods

Method Description
GetParameterSignature ( ParameterInfo parameter ) : string

Method Details

GetCategory() public static method

public static GetCategory ( this type ) : string
type this
return string

GetGameTitle() public static method

public static GetGameTitle ( this type ) : string
type this
return string

GetLocalFullName() public static method

public static GetLocalFullName ( this type ) : string
type this
return string

GetLocalName() public static method

public static GetLocalName ( this type ) : string
type this
return string

GetLocalNamespace() public static method

public static GetLocalNamespace ( this type ) : string
type this
return string

GetLocalPath() public static method

public static GetLocalPath ( this type, string ext ) : string
type this
ext string
return string

GetMethodSignature() public static method

public static GetMethodSignature ( this method ) : string
method this
return string

GetPropertySignature() public static method

public static GetPropertySignature ( this property ) : string
property this
return string

GetTypeReference() public static method

public static GetTypeReference ( this type ) : string
type this
return string