C# 클래스 dnSpy.Hex.DecimalUInt16BigEndianValueFormatter

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

공개 메소드들

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

메소드 상세

DecimalUInt16BigEndianValueFormatter() 공개 메소드

public DecimalUInt16BigEndianValueFormatter ( ) : System
리턴 System

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