طريقة System::Runtime::InteropServices::Marshal::AllocHGlobal
Marshal::AllocHGlobal(int32_t) method
يخصص ذاكرة غير مُدارة.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
| معامل | نوع | الوصف |
|---|---|---|
| bytes_count | int32_t | عدد البايتات المطلوب. |
ReturnValue
مؤشر إلى الذاكرة المخصصة.
انظر أيضًا
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::AllocHGlobal(IntPtr) method
يخصص ذاكرة غير مُدارة.
static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
| معامل | نوع | الوصف |
|---|---|---|
| bytes_count | IntPtr | عدد البايتات المطلوب. |
ReturnValue
مؤشر إلى الذاكرة المخصصة.
انظر أيضًا
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++