System::Runtime::InteropServices::Marshal::WriteInt16 méthode

Marshal::WriteInt16 method

Écrit un short en mémoire.

static void System::Runtime::InteropServices::Marshal::WriteInt16(IntPtr ptr, int offset, int16_t value)
ParamètreTypeDescription
ptrIntPtrTampon mémoire.
décalageintDécalage vers le tampon mémoire.
valeurint16_tà écrire.

Voir aussi