C# Класс dnSpy.Hex.Formatting.HexHtmlBuilderServiceImpl

Наследование: dnSpy.Contracts.Hex.Formatting.HexHtmlBuilderService
Показать файл Открыть проект

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

Метод Описание
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, CancellationToken cancellationToken ) : string
GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, string delimiter, CancellationToken cancellationToken ) : string

Приватные методы

Метод Описание
GenerateHtmlFragmentCore ( HexBufferLineFormatter bufferLines, NormalizedHexBufferSpanCollection spans, HexView hexView, string delimiter, CancellationToken cancellationToken ) : string
HexHtmlBuilderServiceImpl ( dnSpy.Contracts.Hex.Classification.HexClassificationFormatMapService classificationFormatMapService, dnSpy.Contracts.Hex.Classification.HexClassifierAggregatorService classifierAggregatorService, dnSpy.Contracts.Hex.Classification.HexViewClassifierAggregatorService viewClassifierAggregatorService ) : System

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

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

public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection
bufferLines dnSpy.Contracts.Hex.HexBufferLineFormatter
delimiter string
cancellationToken System.Threading.CancellationToken
Результат string

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

public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexView hexView, string delimiter, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection
hexView dnSpy.Contracts.Hex.Editor.HexView
delimiter string
cancellationToken System.Threading.CancellationToken
Результат string