C# Class Documenter.Utility

Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode 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

Méthode Description
GetParameterSignature ( ParameterInfo parameter ) : string

Method Details

GetCategory() public static méthode

public static GetCategory ( this type ) : string
type this
Résultat string

GetGameTitle() public static méthode

public static GetGameTitle ( this type ) : string
type this
Résultat string

GetLocalFullName() public static méthode

public static GetLocalFullName ( this type ) : string
type this
Résultat string

GetLocalName() public static méthode

public static GetLocalName ( this type ) : string
type this
Résultat string

GetLocalNamespace() public static méthode

public static GetLocalNamespace ( this type ) : string
type this
Résultat string

GetLocalPath() public static méthode

public static GetLocalPath ( this type, string ext ) : string
type this
ext string
Résultat string

GetMethodSignature() public static méthode

public static GetMethodSignature ( this method ) : string
method this
Résultat string

GetPropertySignature() public static méthode

public static GetPropertySignature ( this property ) : string
property this
Résultat string

GetTypeReference() public static méthode

public static GetTypeReference ( this type ) : string
type this
Résultat string