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

Structure info provider
Показать файл Открыть проект Примеры использования класса

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

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

Gets all related fields. It's enough to return the span of the current field at position and the span of the full structure that contains the field.

GetReference ( HexPosition position ) : object

Gets a reference or null. The reference can be used to look up a high level representation of the data, eg. the C# statement in decompiled code.

GetToolTip ( HexPosition position ) : object

Gets a tooltip or null

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

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

Constructor

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

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

Gets all related fields. It's enough to return the span of the current field at position and the span of the full structure that contains the field.
public abstract GetFields ( HexPosition position ) : IEnumerable
position HexPosition Position
Результат IEnumerable

GetReference() публичный абстрактный Метод

Gets a reference or null. The reference can be used to look up a high level representation of the data, eg. the C# statement in decompiled code.
public abstract GetReference ( HexPosition position ) : object
position HexPosition Position
Результат object

GetToolTip() публичный абстрактный Метод

Gets a tooltip or null
public abstract GetToolTip ( HexPosition position ) : object
position HexPosition Position
Результат object

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

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