System::Runtime::InteropServices::Marshal::WriteByte メソッド
Marshal::WriteByte(IntPtr, int, uint8_t) method
メモリにバイトを書き込みます。
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, int offset, uint8_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| ptr | IntPtr | メモリ バッファ。 |
| offset | int | メモリ バッファへのオフセット。 |
| value | uint8_t | 書き込むために。 |
参照
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++
Marshal::WriteByte(IntPtr, uint8_t) method
メモリにバイトを書き込みます。
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| ptr | IntPtr | メモリ バッファ。 |
| value | uint8_t | 書き込むために。 |
参照
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++