CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.SelectorInfo

    セレクター情報取得用構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    Remarks

    グローバル参照ラベルインデックス

    index

    Declaration
    public ushort index
    Field Value
    Type Description
    ushort
    Remarks

    データインデックス

    name

    Declaration
    public NativeString name
    Field Value
    Type Description
    NativeString
    Remarks

    セレクター名

    numLabels

    Declaration
    public ushort numLabels
    Field Value
    Type Description
    ushort
    Remarks

    ラベル数

    See Also

    GetSelectorInfoByIndex(ushort, out SelectorInfo)
    GetSelectorInfoByName(ArgString, out SelectorInfo)
    In this article
    Back to top Generated by DocFX