ReadInt32()

Marshal::ReadInt32(IntPtr, int) method

Reads int from memory.

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)

Arguments

ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.

Return Value

Read value.

See Also