IBuffer.Capacity プロパティ

定義

バッファーが保持できる最大バイト数を取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

バッファーが保持できる最大バイト数。

適用対象