C# Класс Isop.Help.HelpXmlDocumentation

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetDescriptionForMethod ( MethodInfo method ) : string
GetDescriptionForType ( Type t ) : string
GetKey ( MethodInfo method ) : string
GetKey ( Type t ) : string
GetKey ( Type t, MethodInfo method ) : string
GetSummariesForAssemblyCached ( Assembly a ) : string>.IDictionary
GetSummariesFromText ( string text ) : string>.IDictionary

Приватные методы

Метод Описание
GetFullName ( Type t ) : string
HelpAt ( string path, string filename ) : string
TypeNames ( ParameterInfo parameters ) : string

Описание методов

GetDescriptionForMethod() публичный Метод

public GetDescriptionForMethod ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Результат string

GetDescriptionForType() публичный Метод

public GetDescriptionForType ( Type t ) : string
t System.Type
Результат string

GetKey() публичный Метод

public GetKey ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Результат string

GetKey() публичный Метод

public GetKey ( Type t ) : string
t System.Type
Результат string

GetKey() публичный Метод

public GetKey ( Type t, MethodInfo method ) : string
t System.Type
method System.Reflection.MethodInfo
Результат string

GetSummariesForAssemblyCached() публичный Метод

public GetSummariesForAssemblyCached ( Assembly a ) : string>.IDictionary
a System.Reflection.Assembly
Результат string>.IDictionary

GetSummariesFromText() публичный Метод

public GetSummariesFromText ( string text ) : string>.IDictionary
text string
Результат string>.IDictionary