System::Runtime::InteropServices::Marshal::AllocHGlobal metodo

Marshal::AllocHGlobal(int32_t) method

Alloca memoria non gestita.

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(int32_t bytes_count)
ParametroTipoDescrizione
bytes_countint32_tNumero di byte richiesto.

ReturnValue

Puntatore alla memoria allocata.

Vedi anche

Marshal::AllocHGlobal(IntPtr) method

Alloca memoria non gestita.

static IntPtr System::Runtime::InteropServices::Marshal::AllocHGlobal(IntPtr bytes_count)
ParametroTipoDescrizione
bytes_countIntPtrNumero di byte richiesto.

ReturnValue

Puntatore alla memoria allocata.

Vedi anche