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

메모리 버퍼의 크기(바이트)입니다.

적용 대상