C# Класс dnSpy.Contracts.Hex.Formatting.HexHtmlBuilderService

Creates HTML strings
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
HexHtmlBuilderService ( ) : System.Threading

Constructor

Описание методов

GenerateHtmlFragment() публичный Метод

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
Результат string

GenerateHtmlFragment() публичный абстрактный Метод

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
Результат string

GenerateHtmlFragment() публичный Метод

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
Результат string

GenerateHtmlFragment() публичный абстрактный Метод

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
Результат string

HexHtmlBuilderService() защищенный Метод

Constructor
protected HexHtmlBuilderService ( ) : System.Threading
Результат System.Threading