C# Class dnSpy.Contracts.Hex.Formatting.HexHtmlBuilderService

Creates HTML strings
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

Méthode Description
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, CancellationToken cancellationToken ) : string

Creates an HTML fragment that can be copied to the clipboard

GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, CancellationToken cancellationToken ) : string

Creates an HTML fragment that can be copied to the clipboard

GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, CancellationToken cancellationToken ) : string

Creates an HTML fragment that can be copied to the clipboard

GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, string delimiter, CancellationToken cancellationToken ) : string

Creates an HTML fragment that can be copied to the clipboard

Méthodes protégées

Méthode Description
HexHtmlBuilderService ( ) : System.Threading

Constructor

Method Details

GenerateHtmlFragment() public méthode

Creates an HTML fragment that can be copied to the clipboard
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection Spans
bufferLines HexBufferLineFormatter Buffer lines provider
cancellationToken System.Threading.CancellationToken Cancellation token
Résultat string

GenerateHtmlFragment() public abstract méthode

Creates an HTML fragment that can be copied to the clipboard
public abstract GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection Spans
bufferLines HexBufferLineFormatter Buffer lines provider
delimiter string Delimiter added between generated html strings
cancellationToken System.Threading.CancellationToken
Résultat string

GenerateHtmlFragment() public méthode

Creates an HTML fragment that can be copied to the clipboard
public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection Spans
hexView dnSpy.Contracts.Hex.Editor.HexView Hex view
cancellationToken System.Threading.CancellationToken Cancellation token
Résultat string

GenerateHtmlFragment() public abstract méthode

Creates an HTML fragment that can be copied to the clipboard
public abstract GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, string delimiter, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection Spans
hexView dnSpy.Contracts.Hex.Editor.HexView Hex view
delimiter string Delimiter added between generated html strings
cancellationToken System.Threading.CancellationToken Cancellation token
Résultat string

HexHtmlBuilderService() protected méthode

Constructor
protected HexHtmlBuilderService ( ) : System.Threading
Résultat System.Threading