Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
HexHtmlBuilderService ( ) : System.Threading |
Constructor
|
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
bufferLines | HexBufferLineFormatter | Buffer lines provider |
cancellationToken | Cancellation token | |
return | 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 | ||
return | string |
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
hexView | Hex view | |
cancellationToken | Cancellation token | |
return | string |
public abstract GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, |
||
spans | NormalizedHexBufferSpanCollection | Spans |
hexView | Hex view | |
delimiter | string | Delimiter added between generated html strings |
cancellationToken | Cancellation token | |
return | string |
protected HexHtmlBuilderService ( ) : System.Threading | ||
return | System.Threading |