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

Structure info provider
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
HexStructureInfoProvider ( ) : System.Collections.Generic

Constructor

Method Details

GetFields() public abstract méthode

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
Résultat IEnumerable

GetReference() public abstract méthode

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
Résultat object

GetToolTip() public abstract méthode

Gets a tooltip or null
public abstract GetToolTip ( HexPosition position ) : object
position HexPosition Position
Résultat object

HexStructureInfoProvider() protected méthode

Constructor
protected HexStructureInfoProvider ( ) : System.Collections.Generic
Résultat System.Collections.Generic