System::Runtime::InteropServices::Marshal::ReadIntPtr method

Marshal::ReadIntPtr method

Reads IntPtr from memory.

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

ReturnValue

Read value.

See Also