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

Creates HexStructureInfoAggregator instances
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
Create ( HexView hexView ) : HexStructureInfoAggregator

Creates a HexStructureInfoAggregator instance

Méthodes protégées

Méthode Description
HexStructureInfoAggregatorFactory ( )

Constructor

Method Details

Create() public abstract méthode

Creates a HexStructureInfoAggregator instance
public abstract Create ( HexView hexView ) : HexStructureInfoAggregator
hexView HexView Hex view
Résultat HexStructureInfoAggregator

HexStructureInfoAggregatorFactory() protected méthode

Constructor