ReadIntPtr()

Marshal::ReadIntPtr(IntPtr, int) method

Reads IntPtr from memory.

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

Arguments

ParameterTypeDescription
ptrIntPtrMemory buffer.
offsetintOffset to memory buffer.

Return Value

Read value.

See Also