C# 클래스 Baku.LibqiDotNet.QiSignatures

Qiの値型を表す文字列の一覧
파일 보기 프로젝트 열기: malaybaku/BakuLibQiDotNet

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

MethodNameSuffix 공개적으로 정적으로 프로퍼티

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

TypeBool 공개적으로 정적으로 프로퍼티

論理値型
public static string TypeBool
리턴 string

TypeDouble 공개적으로 정적으로 프로퍼티

8バイト小数型
public static string TypeDouble
리턴 string

TypeDynamic 공개적으로 정적으로 프로퍼티

動的型
public static string TypeDynamic
리턴 string

TypeFloat 공개적으로 정적으로 프로퍼티

4バイト小数型
public static string TypeFloat
리턴 string

TypeInt16 공개적으로 정적으로 프로퍼티

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

TypeInt32 공개적으로 정적으로 프로퍼티

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

TypeInt64 공개적으로 정적으로 프로퍼티

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

TypeInt8 공개적으로 정적으로 프로퍼티

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

TypeKwArgs 공개적으로 정적으로 프로퍼티

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

TypeListBegin 공개적으로 정적으로 프로퍼티

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

TypeListEnd 공개적으로 정적으로 프로퍼티

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

TypeMapBegin 공개적으로 정적으로 프로퍼티

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

TypeMapEnd 공개적으로 정적으로 프로퍼티

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

TypeNone 공개적으로 정적으로 프로퍼티

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

TypeObject 공개적으로 정적으로 프로퍼티

オブジェクト型
public static string TypeObject
리턴 string

TypePointer 공개적으로 정적으로 프로퍼티

ポインタ型
public static string TypePointer
리턴 string

TypeRaw 공개적으로 정적으로 프로퍼티

バイナリ型
public static string TypeRaw
리턴 string

TypeString 공개적으로 정적으로 프로퍼티

文字列型
public static string TypeString
리턴 string

TypeTupleBegin 공개적으로 정적으로 프로퍼티

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

TypeTupleEnd 공개적으로 정적으로 프로퍼티

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

TypeUInt16 공개적으로 정적으로 프로퍼티

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

TypeUInt32 공개적으로 정적으로 프로퍼티

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

TypeUInt64 공개적으로 정적으로 프로퍼티

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

TypeUInt8 공개적으로 정적으로 프로퍼티

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

TypeUnknown 공개적으로 정적으로 프로퍼티

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

TypeVarArgs 공개적으로 정적으로 프로퍼티

可変長引数型
public static string TypeVarArgs
리턴 string

TypeVoid 공개적으로 정적으로 프로퍼티

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