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