System::Runtime::InteropServices::Marshal::ReadInt32 メソッド
Marshal::ReadInt32 method
メモリから整数を読み取ります。
static int32_t System::Runtime::InteropServices::Marshal::ReadInt32(IntPtr ptr, int offset=0)
| パラメーター | 型 | 説明 |
|---|---|---|
| ptr | IntPtr | メモリ バッファ。 |
| offset | int | メモリ バッファへのオフセット。 |
ReturnValue
値を読み取ります。
参照
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++