C# Класс dnSpy.Contracts.Hex.Editor.HexStructureInfoAggregator

Returns data from all HexStructureInfoProviders
Показать файл Открыть проект

Открытые методы

Метод Описание
GetFields ( HexPosition position ) : IEnumerable>

Gets all fields

GetReferences ( HexPosition position ) : IEnumerable>

Gets all references

GetToolTips ( HexPosition position ) : IEnumerable>

Gets all tooltips

Защищенные методы

Метод Описание
HexStructureInfoAggregator ( ) : System.Collections.Generic

Constructor

Описание методов

GetFields() публичный Метод

Gets all fields
public GetFields ( HexPosition position ) : IEnumerable>
position HexPosition Position
Результат IEnumerable>

GetReferences() публичный Метод

Gets all references
public GetReferences ( HexPosition position ) : IEnumerable>
position HexPosition Position
Результат IEnumerable>

GetToolTips() публичный Метод

Gets all tooltips
public GetToolTips ( HexPosition position ) : IEnumerable>
position HexPosition Position
Результат IEnumerable>

HexStructureInfoAggregator() защищенный Метод

Constructor
protected HexStructureInfoAggregator ( ) : System.Collections.Generic
Результат System.Collections.Generic