C# Class Baku.LibqiDotNet.QiSignatures

Qiの値型を表す文字列の一覧
Datei anzeigen Open project: malaybaku/BakuLibQiDotNet

Public Properties

Property Type Description
MethodNameSuffix string
TypeBool string
TypeDouble string
TypeDynamic string
TypeFloat string
TypeInt16 string
TypeInt32 string
TypeInt64 string
TypeInt8 string
TypeKwArgs string
TypeListBegin string
TypeListEnd string
TypeMapBegin string
TypeMapEnd string
TypeNone string
TypeObject string
TypePointer string
TypeRaw string
TypeString string
TypeTupleBegin string
TypeTupleEnd string
TypeUInt16 string
TypeUInt32 string
TypeUInt64 string
TypeUInt8 string
TypeUnknown string
TypeVarArgs string
TypeVoid string

Property Details

MethodNameSuffix public_oe static_oe property

メソッド名と引数、戻り値シグネチャを区切る文字列
public static string MethodNameSuffix
return string

TypeBool public_oe static_oe property

論理値型
public static string TypeBool
return string

TypeDouble public_oe static_oe property

8バイト小数型
public static string TypeDouble
return string

TypeDynamic public_oe static_oe property

動的型
public static string TypeDynamic
return string

TypeFloat public_oe static_oe property

4バイト小数型
public static string TypeFloat
return string

TypeInt16 public_oe static_oe property

符号あり2バイト整数型
public static string TypeInt16
return string

TypeInt32 public_oe static_oe property

符号あり4バイト整数型
public static string TypeInt32
return string

TypeInt64 public_oe static_oe property

符号あり8バイト整数型
public static string TypeInt64
return string

TypeInt8 public_oe static_oe property

符号あり1バイト整数型
public static string TypeInt8
return string

TypeKwArgs public_oe static_oe property

可変長マップ引数型
public static string TypeKwArgs
return string

TypeListBegin public_oe static_oe property

配列型の開き括弧
public static string TypeListBegin
return string

TypeListEnd public_oe static_oe property

配列型の閉じ括弧
public static string TypeListEnd
return string

TypeMapBegin public_oe static_oe property

マップ型の開き括弧
public static string TypeMapBegin
return string

TypeMapEnd public_oe static_oe property

マップ型の閉じ括弧
public static string TypeMapEnd
return string

TypeNone public_oe static_oe property

None型(通常は使用されないはず)
public static string TypeNone
return string

TypeObject public_oe static_oe property

オブジェクト型
public static string TypeObject
return string

TypePointer public_oe static_oe property

ポインタ型
public static string TypePointer
return string

TypeRaw public_oe static_oe property

バイナリ型
public static string TypeRaw
return string

TypeString public_oe static_oe property

文字列型
public static string TypeString
return string

TypeTupleBegin public_oe static_oe property

タプル型の開き括弧
public static string TypeTupleBegin
return string

TypeTupleEnd public_oe static_oe property

タプル型の閉じ括弧
public static string TypeTupleEnd
return string

TypeUInt16 public_oe static_oe property

符号なし2バイト整数型
public static string TypeUInt16
return string

TypeUInt32 public_oe static_oe property

符号なし4バイト整数型
public static string TypeUInt32
return string

TypeUInt64 public_oe static_oe property

符号なし8バイト整数型
public static string TypeUInt64
return string

TypeUInt8 public_oe static_oe property

符号なし1バイト整数型
public static string TypeUInt8
return string

TypeUnknown public_oe static_oe property

未知の型(エラーを表す場合もある)
public static string TypeUnknown
return string

TypeVarArgs public_oe static_oe property

可変長引数型
public static string TypeVarArgs
return string

TypeVoid public_oe static_oe property

関数に戻り値が無いことを示す型
public static string TypeVoid
return string