System::Runtime::InteropServices::Marshal::ReadByte method

Marshal::ReadByte method

Leest een byte uit het geheugen.

static uint8_t System::Runtime::InteropServices::Marshal::ReadByte(IntPtr ptr, int offset=0)
ParameterTypeBeschrijving
ptrIntPtrGeheugenbuffer.
offsetintOffset naar geheugenbuffer.

ReturnValue

Lees waarde.

Zie ook