MemoryBuffer(UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new MemoryBuffer instance with the specified capacity.
public:
MemoryBuffer(unsigned int capacity);
MemoryBuffer(uint32_t const& capacity);
public MemoryBuffer(uint capacity);
function MemoryBuffer(capacity)
Public Sub New (capacity As UInteger)
Parameters
- capacity
-
UInt32
unsigned int
uint32_t
The desired size of the new memory buffer.