C# Класс Documenter.Utility

Показать файл Открыть проект

Открытые методы

Метод Описание
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