Méthode System::Runtime::InteropServices::Marshal::ReadInt32

Marshal::ReadInt32 method

Lit un int depuis la mémoire.

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
ParamètreTypeDescription
ptrIntPtrTampon mémoire.
décalageintDécalage vers le tampon mémoire.

ReturnValue

Lire la valeur.

Voir aussi