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

Marshal::ReadByte method

メモリからバイトを読み取ります。

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

ReturnValue

値を読み取ります。

参照