CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriFsBind

    CriFsBinder ID.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriFs.dll
    Syntax
    public readonly struct CriFsBind
    Remarks

    説明: バインダーに対してバインドを行うと、 CriFsBind (バインドID)が作成されます。 バインドIDは、個々のバインドを識別するためのもので、値は符号なし32ビット値の範囲を とります。 この型の変数は、無効なバインドIDであることを意味する特別値 BidNull (ゼロ) をとる場合もあります。

    Properties

    NativeHandle

    ネイティブハンドル

    Declaration
    public uint NativeHandle { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX