C# Class Isop.Help.HelpXmlDocumentation

Afficher le fichier Open project: wallymathieu/isop Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetFullName ( Type t ) : string
HelpAt ( string path, string filename ) : string
TypeNames ( ParameterInfo parameters ) : string

Method Details

GetDescriptionForMethod() public méthode

public GetDescriptionForMethod ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Résultat string

GetDescriptionForType() public méthode

public GetDescriptionForType ( Type t ) : string
t System.Type
Résultat string

GetKey() public méthode

public GetKey ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Résultat string

GetKey() public méthode

public GetKey ( Type t ) : string
t System.Type
Résultat string

GetKey() public méthode

public GetKey ( Type t, MethodInfo method ) : string
t System.Type
method System.Reflection.MethodInfo
Résultat string

GetSummariesForAssemblyCached() public méthode

public GetSummariesForAssemblyCached ( Assembly a ) : string>.IDictionary
a System.Reflection.Assembly
Résultat string>.IDictionary

GetSummariesFromText() public méthode

public GetSummariesFromText ( string text ) : string>.IDictionary
text string
Résultat string>.IDictionary