SafeBuffer::Initialize Method
Specifies the size of the memory buffer to allocate. You must call this method before you use the SafeBuffer instance.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Initialize(UInt32, UInt32) | Specifies the allocation size of the memory buffer by using the specified number of elements and element size. You must call this method before you use the SafeBuffer instance. |
![]() | Initialize(UInt64) | Defines the allocation size of the memory region in bytes. You must call this method before you use the SafeBuffer instance. |
![]() | Initialize<T>(UInt32) | Defines the allocation size of the memory region by specifying the number of value types. You must call this method before you use the SafeBuffer instance. |
