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 | 内存缓冲区的偏移。 |
| 值 | uint8_t | 写入。 |
另见
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++
Marshal::WriteByte(IntPtr, uint8_t) method
向内存写入字节。
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
| 参数 | 类型 | 描述 |
|---|---|---|
| ptr | IntPtr | 内存缓冲区。 |
| 值 | uint8_t | 写入。 |
另见
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++