IMemoryBufferReference.Capacity Property

Definition

Gets the size of the memory buffer in bytes.

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

Property Value

UInt32

unsigned int

uint32_t

The size of the memory buffer in bytes.

Applies to