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

Marshal::ReadInt32 method

Lee un int de la memoria.

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
ParámetroTipoDescripción
ptrIntPtrBuffer de memoria.
desplazamientointDesplazamiento al buffer de memoria.

ReturnValue

Leer valor.

Ver también