Metodo System::Runtime::InteropServices::Marshal::ReadInt32

Marshal::ReadInt32 method

Legge un int dalla memoria.

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
ParametroTipoDescrizione
ptrIntPtrBuffer di memoria.
offsetintOffset al buffer di memoria.

ReturnValue

Leggi valore.

Vedi anche