Struct CriAtomEx.SelectorInfo
セレクター情報取得用構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomEx.SelectorInfo
Remarks
説明: セレクター情報を取得するための構造体です。 GetSelectorInfoByIndex(ushort, out SelectorInfo) 関数または GetSelectorInfoByName(ArgString, out SelectorInfo) 関数に 引数として渡します。
Fields
globalLabelIndex
グローバル参照ラベルインデックス
Declaration
public ushort globalLabelIndex
Field Value
Type | Description |
---|---|
ushort |
index
データインデックス
Declaration
public ushort index
Field Value
Type | Description |
---|---|
ushort |
name
セレクター名
Declaration
public NativeString name
Field Value
Type | Description |
---|---|
NativeString |
numLabels
ラベル数
Declaration
public ushort numLabels
Field Value
Type | Description |
---|---|
ushort |