System::Runtime::InteropServices::Marshal::ReadInt32 methode

Marshal::ReadInt32 method

Leest een int uit het geheugen.

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
ParameterTypeBeschrijving
ptrIntPtrGeheugenbuffer.
offsetintOffset naar geheugenbuffer.

ReturnValue

Lees waarde.

Zie ook