Marshal.AllocHGlobal Method
.NET Framework 4.5
Allocates memory from the unmanaged memory of the process.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AllocHGlobal(Int32) | Allocates memory from the unmanaged memory of the process by using the specified number of bytes. |
|
AllocHGlobal(IntPtr) | Allocates memory from the unmanaged memory of the process by using the pointer to the specified number of bytes. |