System::Runtime::InteropServices::Marshal::ReadByte metodo

Marshal::ReadByte method

Legge un byte dalla memoria.

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

ReturnValue

Leggi valore.

Vedi anche