System::Runtime::InteropServices::Marshal::WriteByte method
Marshal::WriteByte(IntPtr, int, uint8_t) method
Writes byte to memory.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, int offset, uint8_t value)
Parameter | Type | Description |
---|---|---|
ptr | IntPtr | Memory buffer. |
offset | int | Offset to memory buffer. |
value | uint8_t | to write. |
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++
Marshal::WriteByte(IntPtr, uint8_t) method
Writes byte to memory.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
Parameter | Type | Description |
---|---|---|
ptr | IntPtr | Memory buffer. |
value | uint8_t | to write. |
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.TeX for C++