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)
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| ptr | IntPtr | 内存缓冲区。 |
| value | uint8_t | 用于写入。 |
另见
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++