System::Runtime::InteropServices::Marshal::AllocHGlobal मेथड

Marshal::AllocHGlobal(int32_t) method

अप्रबंधित मेमोरी आवंटित करता है।

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
पैरामीटरप्रकारविवरण
bytes_countint32_tआवश्यक बाइट्स की संख्या।

ReturnValue

आवंटित मेमोरी का पॉइंटर।

संबंधित देखें

Marshal::AllocHGlobal(IntPtr) method

अप्रबंधित मेमोरी आवंटित करता है।

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
पैरामीटरप्रकारविवरण
bytes_countIntPtrआवश्यक बाइट्स की संख्या।

ReturnValue

आवंटित मेमोरी का पॉइंटर।

संबंधित देखें