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

Marshal::WriteInt32 method

Écrit un int en mémoire.

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

Voir aussi