System::Runtime::InteropServices::Marshal::AllocHGlobal yöntemi
Marshal::AllocHGlobal(int32_t) method
Yönetilmeyen belleği ayırır.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| Parameter | Type | Açıklama |
|---|---|---|
| bytes_count | int32_t | Gerekli bayt sayısı. |
ReturnValue
Ayrılan belleğe işaretçi.
Ayrıca Bakınız
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::AllocHGlobal(IntPtr) method
Yönetilmeyen belleği ayırır.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parameter | Type | Açıklama |
|---|---|---|
| bytes_count | IntPtr | Gerekli bayt sayısı. |
ReturnValue
Ayrılan belleğe işaretçi.
Ayrıca Bakınız
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++