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

Marshal::ReadByte method

Reads byte from memory.

static uint8_t System::Runtime::InteropServices::Marshal::ReadByte(IntPtr ptr, int offset=0)
ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.

ReturnValue

Read value.

See Also