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

Creates HexLineTransformSources
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
Create ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView ) : dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

Creates a HexLineTransformSource or returns null

Méthodes protégées

Méthode Description
HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor

Constructor

Method Details

Create() public abstract méthode

Creates a HexLineTransformSource or returns null
public abstract Create ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView ) : dnSpy.Contracts.Hex.Formatting.HexLineTransformSource
hexView dnSpy.Contracts.Hex.Editor.WpfHexView Hex view
Résultat dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

HexLineTransformSourceProvider() protected méthode

Constructor
protected HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor
Résultat dnSpy.Contracts.Hex.Editor