WriteByte()
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)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| ptr | IntPtr | Memory buffer. | 
| offset | int | Offset to memory buffer. | 
| value | uint8_t | to write. | 
Marshal::WriteByte(IntPtr, uint8_t) method
Writes byte to memory.
static void System::Runtime::InteropServices::Marshal::WriteByte(IntPtr ptr, uint8_t value)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| ptr | IntPtr | Memory buffer. | 
| value | uint8_t | to write. | 
See Also
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides