Marshal.AllocHGlobal Method
.NET Framework 2.0
Allocates a block of memory using LocalAlloc.
| Name | Description |
|---|---|
| Marshal.AllocHGlobal (Int32) | Allocates memory from the unmanaged memory of the process using GlobalAlloc. Supported by the .NET Compact Framework. |
| Marshal.AllocHGlobal (IntPtr) | Allocates memory from the process's unmanaged memory. |