Метод | Описание | |
---|---|---|
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, |
Creates an HTML fragment that can be copied to the clipboard
|
|
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, |
Creates an HTML fragment that can be copied to the clipboard
|
|
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
Creates an HTML fragment that can be copied to the clipboard
|
|
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
Creates an HTML fragment that can be copied to the clipboard
|
Метод | Описание | |
---|---|---|
HexHtmlBuilderService ( ) : System.Threading |
Constructor
|
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
bufferLines | HexBufferLineFormatter | Buffer lines provider |
cancellationToken | Cancellation token | |
Результат | string |
public abstract GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
bufferLines | HexBufferLineFormatter | Buffer lines provider |
delimiter | string | Delimiter added between generated html strings |
cancellationToken | ||
Результат | string |
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
hexView | Hex view | |
cancellationToken | Cancellation token | |
Результат | string |
public abstract GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
hexView | Hex view | |
delimiter | string | Delimiter added between generated html strings |
cancellationToken | Cancellation token | |
Результат | string |
protected HexHtmlBuilderService ( ) : System.Threading | ||
Результат | System.Threading |