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

Creates HexLineTransformSources
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
Create ( dnSpy.Contracts.Hex.Editor.WpfHexView hexView ) : dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

Creates a HexLineTransformSource or returns null

Protected Methods

Method Description
HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor

Constructor

Method Details

Create() public abstract method

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
return dnSpy.Contracts.Hex.Formatting.HexLineTransformSource

HexLineTransformSourceProvider() protected method

Constructor
protected HexLineTransformSourceProvider ( ) : dnSpy.Contracts.Hex.Editor
return dnSpy.Contracts.Hex.Editor