C# Class Isop.Help.HelpXmlDocumentation

Mostrar archivo Open project: wallymathieu/isop Class Usage Examples

Public Methods

Method 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

Method Description
GetFullName ( Type t ) : string
HelpAt ( string path, string filename ) : string
TypeNames ( ParameterInfo parameters ) : string

Method Details

GetDescriptionForMethod() public method

public GetDescriptionForMethod ( MethodInfo method ) : string
method System.Reflection.MethodInfo
return string

GetDescriptionForType() public method

public GetDescriptionForType ( Type t ) : string
t System.Type
return string

GetKey() public method

public GetKey ( MethodInfo method ) : string
method System.Reflection.MethodInfo
return string

GetKey() public method

public GetKey ( Type t ) : string
t System.Type
return string

GetKey() public method

public GetKey ( Type t, MethodInfo method ) : string
t System.Type
method System.Reflection.MethodInfo
return string

GetSummariesForAssemblyCached() public method

public GetSummariesForAssemblyCached ( Assembly a ) : string>.IDictionary
a System.Reflection.Assembly
return string>.IDictionary

GetSummariesFromText() public method

public GetSummariesFromText ( string text ) : string>.IDictionary
text string
return string>.IDictionary