CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomPlayer.LoadRequestCbFunc.Arg

    コールバックイベント引数型

    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 CriAtomPlayer.LoadRequestCbFunc.Arg

    Properties

    binder

    ファイルロード先バインダー

    Declaration
    public readonly IntPtr binder { get; }
    Property Value
    Type Description
    IntPtr

    length

    ロード要求サイズ

    Declaration
    public readonly long length { get; }
    Property Value
    Type Description
    long

    offset

    ロード開始位置

    Declaration
    public readonly long offset { get; }
    Property Value
    Type Description
    long

    path

    ファイルパス

    Declaration
    public readonly NativeString path { get; }
    Property Value
    Type Description
    NativeString
    In this article
    Back to top Generated by DocFX