System::Runtime::InteropServices::Marshal::WriteInt32 metodo

Marshal::WriteInt32 method

Scrive un int nella memoria.

static void System::Runtime::InteropServices::Marshal::WriteInt32(IntPtr ptr, int offset, int32_t value)
ParametroTipoDescrizione
ptrIntPtrBuffer di memoria.
offsetintOffset al buffer di memoria.
valoreint32_tda scrivere.

Vedi anche