C# 클래스 MonoDevelop.Debugger.Gdb.D.DGdbTools

파일 보기 프로젝트 열기: llucenic/MonoDevelop.Debugger.Gdb.D

공개 메소드들

메소드 설명
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