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)
| Parametre | Tür | Açıklama |
|---|---|---|
| bytes_count | int32_t | Gerekli bayt sayısı. |
ReturnValue
Ayırılan belleğe işaretçi.
Ayrıca Bakınız
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::AllocHGlobal(IntPtr) method
Yönetilmeyen belleği ayırır.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| Parametre | Tür | Açıklama |
|---|---|---|
| bytes_count | IntPtr | Gerekli bayt sayısı. |
ReturnValue
Ayırılan belleğe işaretçi.
Ayrıca Bakınız
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++