C# Class dnSpy.Hex.Formatting.HexHtmlBuilderServiceImpl

Inheritance: dnSpy.Contracts.Hex.Formatting.HexHtmlBuilderService
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

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

Private Methods

Méthode Description
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

Method Details

GenerateHtmlFragment() public méthode

public GenerateHtmlFragment ( NormalizedHexBufferSpanCollection spans, HexBufferLineFormatter bufferLines, string delimiter, CancellationToken cancellationToken ) : string
spans NormalizedHexBufferSpanCollection
bufferLines dnSpy.Contracts.Hex.HexBufferLineFormatter
delimiter string
cancellationToken System.Threading.CancellationToken
Résultat string

GenerateHtmlFragment() public méthode

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
Résultat string