C# 클래스 Isop.Help.HelpXmlDocumentation

파일 보기 프로젝트 열기: wallymathieu/isop 1 사용 예제들

공개 메소드들

메소드 설명
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