System::Runtime::InteropServices::Marshal::ReadInt32 メソッド

Marshal::ReadInt32 method

メモリから整数を読み取ります。

static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
パラメーター説明
ptrIntPtrメモリ バッファ。
offsetintメモリ バッファへのオフセット。

ReturnValue

値を読み取ります。

参照