Метод | Описание | |
---|---|---|
A ( string url, string displayText, string target = "" ) : string | ||
EscapeSemicolons ( string text ) : string | ||
FormatLineLink ( string documentUrl, int i ) : string | ||
GeneratePartialTypeDisambiguationFile ( string solutionDestinationFolder, string projectDestinationFolder, string symbolId, IEnumerable |
||
GenerateResultsHtml ( string solutionDestinationFolder ) : void | ||
GenerateResultsHtmlWithAssemblyList ( string solutionDestinationFolder, IEnumerable |
||
GetDocumentPrefix ( string title, string relativePathToRoot, int lineCount, string customJSOnloadFunction = "i" ) : string | ||
GetDocumentSuffix ( ) : string | ||
GetProjectExplorerReference ( string url, string assemblyName ) : string | ||
GetResultsHtmlPrefix ( ) : string | ||
GetResultsHtmlSuffix ( bool emitSolutionBrowserLink ) : string | ||
GetTablePrefix ( ) : string | ||
GetTablePrefix ( string documentUrl, int pregenerateLineNumbers, string glyphHtml ) : string | ||
HtmlEscape ( string text ) : string | ||
HtmlEscape ( string text, int &start, int &end ) : string | ||
Tag ( string tag, string content, string>.IEnumerable |
||
WriteLinkPanel ( Action |
||
WriteMetadataToSourceRedirectPrefix ( |
||
WriteMetadataToSourceRedirectSuffix ( |
||
WriteNamespaceExplorerPrefix ( string assemblyName, |
||
WriteNamespaceExplorerSuffix ( |
||
WriteProjectExplorerPrefix ( StringBuilder sb, string projectTitle ) : void | ||
WriteProjectExplorerSuffix ( StringBuilder sb ) : void | ||
WriteProjectIndex ( StringBuilder sb, string assemblyName ) : void | ||
WriteRedirectFile ( string projectFolder ) : void | ||
WriteReferencesFileHeader ( |
||
WriteReferencesNotFoundFile ( string folder ) : void | ||
WriteSolutionExplorerPrefix ( |
||
WriteSolutionExplorerSuffix ( |
||
WriteSymbol ( DeclaredSymbolInfo symbol, StringBuilder sb ) : void |
Метод | Описание | |
---|---|---|
GenerateLineNumberText ( int lineNumbers, string documentUrl ) : string | ||
GetGlyph ( DeclaredSymbolInfo symbol ) : string | ||
IntersperseLineBreaks ( string text ) : string | ||
Offset ( int &position, int barrier, int offset ) : void |
public static A ( string url, string displayText, string target = "" ) : string | ||
url | string | |
displayText | string | |
target | string | |
Результат | string |
public static EscapeSemicolons ( string text ) : string | ||
text | string | |
Результат | string |
public static FormatLineLink ( string documentUrl, int i ) : string | ||
documentUrl | string | |
i | int | |
Результат | string |
public static GeneratePartialTypeDisambiguationFile ( string solutionDestinationFolder, string projectDestinationFolder, string symbolId, IEnumerable |
||
solutionDestinationFolder | string | |
projectDestinationFolder | string | |
symbolId | string | |
filePaths | IEnumerable |
|
Результат | void |
public static GenerateResultsHtml ( string solutionDestinationFolder ) : void | ||
solutionDestinationFolder | string | |
Результат | void |
public static GenerateResultsHtmlWithAssemblyList ( string solutionDestinationFolder, IEnumerable |
||
solutionDestinationFolder | string | |
assemblyList | IEnumerable |
|
Результат | void |
public static GetDocumentPrefix ( string title, string relativePathToRoot, int lineCount, string customJSOnloadFunction = "i" ) : string | ||
title | string | |
relativePathToRoot | string | |
lineCount | int | |
customJSOnloadFunction | string | |
Результат | string |
public static GetDocumentSuffix ( ) : string | ||
Результат | string |
public static GetProjectExplorerReference ( string url, string assemblyName ) : string | ||
url | string | |
assemblyName | string | |
Результат | string |
public static GetResultsHtmlPrefix ( ) : string | ||
Результат | string |
public static GetResultsHtmlSuffix ( bool emitSolutionBrowserLink ) : string | ||
emitSolutionBrowserLink | bool | |
Результат | string |
public static GetTablePrefix ( ) : string | ||
Результат | string |
public static GetTablePrefix ( string documentUrl, int pregenerateLineNumbers, string glyphHtml ) : string | ||
documentUrl | string | |
pregenerateLineNumbers | int | |
glyphHtml | string | |
Результат | string |
public static HtmlEscape ( string text ) : string | ||
text | string | |
Результат | string |
public static HtmlEscape ( string text, int &start, int &end ) : string | ||
text | string | |
start | int | |
end | int | |
Результат | string |
public static Tag ( string tag, string content, string>.IEnumerable |
||
tag | string | |
content | string | |
attributes | string>.IEnumerable | |
Результат | string |
public static WriteLinkPanel ( Action |
||
writeLine | Action |
|
Результат | void |
public static WriteMetadataToSourceRedirectPrefix ( |
||
writer | ||
Результат | void |
public static WriteMetadataToSourceRedirectSuffix ( |
||
writer | ||
Результат | void |
public static WriteNamespaceExplorerPrefix ( string assemblyName, |
||
assemblyName | string | |
sw | ||
pathPrefix | string | |
Результат | void |
public static WriteNamespaceExplorerSuffix ( |
||
sw | ||
Результат | void |
public static WriteProjectExplorerPrefix ( StringBuilder sb, string projectTitle ) : void | ||
sb | StringBuilder | |
projectTitle | string | |
Результат | void |
public static WriteProjectExplorerSuffix ( StringBuilder sb ) : void | ||
sb | StringBuilder | |
Результат | void |
public static WriteProjectIndex ( StringBuilder sb, string assemblyName ) : void | ||
sb | StringBuilder | |
assemblyName | string | |
Результат | void |
public static WriteRedirectFile ( string projectFolder ) : void | ||
projectFolder | string | |
Результат | void |
public static WriteReferencesFileHeader ( |
||
writer | ||
title | string | |
Результат | void |
public static WriteReferencesNotFoundFile ( string folder ) : void | ||
folder | string | |
Результат | void |
public static WriteSolutionExplorerPrefix ( |
||
writer | ||
Результат | void |
public static WriteSolutionExplorerSuffix ( |
||
writer | ||
Результат | void |
public static WriteSymbol ( DeclaredSymbolInfo symbol, StringBuilder sb ) : void | ||
symbol | DeclaredSymbolInfo | |
sb | StringBuilder | |
Результат | void |