System::Runtime::InteropServices::Marshal::AllocHGlobal metod

Marshal::AllocHGlobal(int32_t) method

Allokerar ohanterat minne.

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
ParameterTypeBeskrivning
bytes_countint32_tKrävt antal byte.

ReturnValue

Pekare till det allokerade minnet.

Se även

Marshal::AllocHGlobal(IntPtr) method

Allokerar ohanterat minne.

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
ParameterTypeBeskrivning
bytes_countIntPtrKrävt antal byte.

ReturnValue

Pekare till det allokerade minnet.

Se även