C# 클래스 dnSpy.Hex.HexUInt64BigEndianValueFormatter

상속: HexValueFormatter
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
FormatValue ( StringBuilder dest, dnSpy.Contracts.Hex.HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags ) : int
GetBufferSpan ( HexBufferSpan bufferSpan, int cellPosition ) : HexBufferSpan
HexUInt64BigEndianValueFormatter ( ) : System

보호된 메소드들

메소드 설명
EditCore ( HexBufferPoint position, int cellPosition, char c ) : PositionAndData?

메소드 상세

EditCore() 보호된 메소드

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

FormatValue() 공개 메소드

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
리턴 int

GetBufferSpan() 공개 메소드

public GetBufferSpan ( HexBufferSpan bufferSpan, int cellPosition ) : HexBufferSpan
bufferSpan HexBufferSpan
cellPosition int
리턴 HexBufferSpan

HexUInt64BigEndianValueFormatter() 공개 메소드

public HexUInt64BigEndianValueFormatter ( ) : System
리턴 System