C# Class dnSpy.Hex.SingleValueFormatter

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
SingleValueFormatter ( ) : System

Method Details

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

SingleValueFormatter() public méthode

public SingleValueFormatter ( ) : System
Résultat System