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

Marshal::WriteInt16 method

Écrit un short dans la mémoire.

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

Voir aussi