C# Class dnSpy.Hex.HexUInt64BigEndianValueFormatter

Inheritance: HexValueFormatter
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
FormatValue ( StringBuilder dest, dnSpy.Contracts.Hex.HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags ) : int
GetBufferSpan ( HexBufferSpan bufferSpan, int cellPosition ) : HexBufferSpan
HexUInt64BigEndianValueFormatter ( ) : System

Méthodes protégées

Méthode Description
EditCore ( HexBufferPoint position, int cellPosition, char c ) : PositionAndData?

Method Details

EditCore() protected méthode

protected EditCore ( HexBufferPoint position, int cellPosition, char c ) : PositionAndData?
position HexBufferPoint
cellPosition int
c char
Résultat PositionAndData?

FormatValue() public méthode

public FormatValue ( StringBuilder dest, dnSpy.Contracts.Hex.HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags ) : int
dest StringBuilder
hexBytes dnSpy.Contracts.Hex.HexBytes
valueIndex long
flags HexValueFormatterFlags
Résultat int

GetBufferSpan() public méthode

public GetBufferSpan ( HexBufferSpan bufferSpan, int cellPosition ) : HexBufferSpan
bufferSpan HexBufferSpan
cellPosition int
Résultat HexBufferSpan

HexUInt64BigEndianValueFormatter() public méthode

public HexUInt64BigEndianValueFormatter ( ) : System
Résultat System