SafeBuffer.ByteLength プロパティ

定義

重要

この API は CLS 準拠ではありません。

バッファーのサイズを取得します (バイト単位)。

public:
 property System::UInt64 ByteLength { System::UInt64 get(); };
[System.CLSCompliant(false)]
public ulong ByteLength { get; }
[<System.CLSCompliant(false)>]
member this.ByteLength : uint64
Public ReadOnly Property ByteLength As ULong

プロパティ値

メモリ バッファー内のバイト数。

属性

例外

Initialize メソッドが呼び出されていません。

適用対象