C# Класс MonoDevelop.Debugger.Gdb.D.DGdbTools

Показать файл Открыть проект

Открытые методы

Метод Описание
AliasStringTypes ( string type ) : string
GetStringValue ( byte array, byte typeToken = DTokens.Char ) : string
GetValueFunction ( byte typeToken ) : ValueFunction
IsCharType ( byte arrayType ) : bool
SizeOf ( byte typeToken ) : int

Приватные методы

Метод Описание
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

Описание методов

AliasStringTypes() публичный статический Метод

public static AliasStringTypes ( string type ) : string
type string
Результат string

GetStringValue() публичный статический Метод

public static GetStringValue ( byte array, byte typeToken = DTokens.Char ) : string
array byte
typeToken byte
Результат string

GetValueFunction() публичный статический Метод

public static GetValueFunction ( byte typeToken ) : ValueFunction
typeToken byte
Результат ValueFunction

IsCharType() публичный статический Метод

public static IsCharType ( byte arrayType ) : bool
arrayType byte
Результат bool

SizeOf() публичный статический Метод

public static SizeOf ( byte typeToken ) : int
typeToken byte
Результат int