C# Class Baku.LibqiDotNet.QiSignatures

Qiの値型を表す文字列の一覧
Afficher le fichier Open project: malaybaku/BakuLibQiDotNet

Méthodes publiques

Свойство 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
Résultat string

TypeBool public_oe static_oe property

論理値型
public static string TypeBool
Résultat string

TypeDouble public_oe static_oe property

8バイト小数型
public static string TypeDouble
Résultat string

TypeDynamic public_oe static_oe property

動的型
public static string TypeDynamic
Résultat string

TypeFloat public_oe static_oe property

4バイト小数型
public static string TypeFloat
Résultat string

TypeInt16 public_oe static_oe property

符号あり2バイト整数型
public static string TypeInt16
Résultat string

TypeInt32 public_oe static_oe property

符号あり4バイト整数型
public static string TypeInt32
Résultat string

TypeInt64 public_oe static_oe property

符号あり8バイト整数型
public static string TypeInt64
Résultat string

TypeInt8 public_oe static_oe property

符号あり1バイト整数型
public static string TypeInt8
Résultat string

TypeKwArgs public_oe static_oe property

可変長マップ引数型
public static string TypeKwArgs
Résultat string

TypeListBegin public_oe static_oe property

配列型の開き括弧
public static string TypeListBegin
Résultat string

TypeListEnd public_oe static_oe property

配列型の閉じ括弧
public static string TypeListEnd
Résultat string

TypeMapBegin public_oe static_oe property

マップ型の開き括弧
public static string TypeMapBegin
Résultat string

TypeMapEnd public_oe static_oe property

マップ型の閉じ括弧
public static string TypeMapEnd
Résultat string

TypeNone public_oe static_oe property

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

TypeObject public_oe static_oe property

オブジェクト型
public static string TypeObject
Résultat string

TypePointer public_oe static_oe property

ポインタ型
public static string TypePointer
Résultat string

TypeRaw public_oe static_oe property

バイナリ型
public static string TypeRaw
Résultat string

TypeString public_oe static_oe property

文字列型
public static string TypeString
Résultat string

TypeTupleBegin public_oe static_oe property

タプル型の開き括弧
public static string TypeTupleBegin
Résultat string

TypeTupleEnd public_oe static_oe property

タプル型の閉じ括弧
public static string TypeTupleEnd
Résultat string

TypeUInt16 public_oe static_oe property

符号なし2バイト整数型
public static string TypeUInt16
Résultat string

TypeUInt32 public_oe static_oe property

符号なし4バイト整数型
public static string TypeUInt32
Résultat string

TypeUInt64 public_oe static_oe property

符号なし8バイト整数型
public static string TypeUInt64
Résultat string

TypeUInt8 public_oe static_oe property

符号なし1バイト整数型
public static string TypeUInt8
Résultat string

TypeUnknown public_oe static_oe property

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

TypeVarArgs public_oe static_oe property

可変長引数型
public static string TypeVarArgs
Résultat string

TypeVoid public_oe static_oe property

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