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

Marshal::WriteInt32 method

Écrit un int dans la mémoire.

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

Voir aussi