System::Runtime::InteropServices::Marshal::WriteInt16 metodo

Marshal::WriteInt16 method

Scrive un short nella memoria.

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

Vedi anche