ReadByte()

Marshal::ReadByte(IntPtr, int) method

Reads byte from memory.

static uint8_t System::Runtime::InteropServices::Marshal::ReadByte(IntPtr ptr, int offset=0)

Arguments

ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.

Return Value

Read value.

See Also