C# Class dnSpy.Contracts.Hex.Editor.HexStructureInfoAggregatorFactory

Creates HexStructureInfoAggregator instances
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
Create ( HexView hexView ) : HexStructureInfoAggregator

Creates a HexStructureInfoAggregator instance

Protected Methods

Method Description
HexStructureInfoAggregatorFactory ( )

Constructor

Method Details

Create() public abstract method

Creates a HexStructureInfoAggregator instance
public abstract Create ( HexView hexView ) : HexStructureInfoAggregator
hexView HexView Hex view
return HexStructureInfoAggregator

HexStructureInfoAggregatorFactory() protected method

Constructor