System::Runtime::InteropServices::Marshal::WriteByte metodo

Marshal::WriteByte(IntPtr, int, uint8_t) method

Scrive un byte nella memoria.

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, int offset, uint8_t value)
ParametroTipoDescrizione
ptrIntPtrBuffer di memoria.
offsetintOffset al buffer di memoria.
valoreuint8_tda scrivere.

Vedi anche

Marshal::WriteByte(IntPtr, uint8_t) method

Scrive un byte nella memoria.

static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
ParametroTipoDescrizione
ptrIntPtrBuffer di memoria.
valoreuint8_tda scrivere.

Vedi anche