C# Class MonoDevelop.Debugger.Gdb.D.DGdbTools

Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Méthodes publiques

Méthode Description
AliasStringTypes ( string type ) : string
GetStringValue ( byte array, byte typeToken = DTokens.Char ) : string
GetValueFunction ( byte typeToken ) : ValueFunction
IsCharType ( byte arrayType ) : bool
SizeOf ( byte typeToken ) : int

Private Methods

Méthode Description
FormatCharValue ( char aChar, bool hex, int aSize ) : string
GetBoolValue ( byte array, int i, bool hex ) : string
GetByteValue ( byte array, int i, bool hex ) : string
GetCharValue ( byte array, int i, bool hex ) : string
GetDcharValue ( byte array, int i, bool hex ) : string
GetDoubleValue ( byte array, int i, bool hex ) : string
GetFloatValue ( byte array, int i, bool hex ) : string
GetIntValue ( byte array, int i, bool hex ) : string
GetLongValue ( byte array, int i, bool hex ) : string
GetRealValue ( byte array, int i, bool hex ) : string
GetShortValue ( byte array, int i, bool hex ) : string
GetUbyteValue ( byte array, int i, bool hex ) : string
GetUintValue ( byte array, int i, bool hex ) : string
GetUlongValue ( byte array, int i, bool hex ) : string
GetUshortValue ( byte array, int i, bool hex ) : string
GetWcharValue ( byte array, int i, bool hex ) : string
ToString2 ( object o, bool hex, int padLength ) : string

Method Details

AliasStringTypes() public static méthode

public static AliasStringTypes ( string type ) : string
type string
Résultat string

GetStringValue() public static méthode

public static GetStringValue ( byte array, byte typeToken = DTokens.Char ) : string
array byte
typeToken byte
Résultat string

GetValueFunction() public static méthode

public static GetValueFunction ( byte typeToken ) : ValueFunction
typeToken byte
Résultat ValueFunction

IsCharType() public static méthode

public static IsCharType ( byte arrayType ) : bool
arrayType byte
Résultat bool

SizeOf() public static méthode

public static SizeOf ( byte typeToken ) : int
typeToken byte
Résultat int