System::Runtime::InteropServices::Marshal::AllocHGlobal metodo
Marshal::AllocHGlobal(int32_t) method
Alloca memoria non gestita.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bytes_count | int32_t | Numero di byte richiesto. |
ReturnValue
Puntatore alla memoria allocata.
Vedi anche
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::AllocHGlobal(IntPtr) method
Alloca memoria non gestita.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| bytes_count | IntPtr | Numero di byte richiesto. |
ReturnValue
Puntatore alla memoria allocata.
Vedi anche
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++