IMemoryBufferReference.Capacity プロパティ

定義

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

public:
 property unsigned int Capacity { unsigned int get(); };
uint32_t Capacity();
public uint Capacity { get; }
var uInt32 = iMemoryBufferReference.capacity;
Public ReadOnly Property Capacity As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

メモリ バッファーのサイズ (バイト単位)。

適用対象