C# Class dnSpy.Hex.HexUInt64BigEndianValueFormatter

Inheritance: HexValueFormatter
Mostra file Open project: 0xd4d/dnSpy

Public Methods

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

Protected Methods

Method Description
EditCore ( HexBufferPoint position, int cellPosition, char c ) : PositionAndData?

Method Details

EditCore() protected method

protected EditCore ( HexBufferPoint position, int cellPosition, char c ) : PositionAndData?
position HexBufferPoint
cellPosition int
c char
return PositionAndData?

FormatValue() public method

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
return int

GetBufferSpan() public method

public GetBufferSpan ( HexBufferSpan bufferSpan, int cellPosition ) : HexBufferSpan
bufferSpan HexBufferSpan
cellPosition int
return HexBufferSpan

HexUInt64BigEndianValueFormatter() public method

public HexUInt64BigEndianValueFormatter ( ) : System
return System