Marshal.WriteInt64 Method
.NET Framework 4.5
Writes a 64-bit signed integer value to unmanaged memory. Writing to unaligned memory locations is supported.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteInt64(IntPtr, Int64) | Writes a 64-bit signed integer value to unmanaged memory. |
|
WriteInt64(IntPtr, Int32, Int64) | Writes a 64-bit signed integer value to unmanaged memory at a specified offset. |
|
WriteInt64(Object, Int32, Int64) | Writes a 64-bit signed integer value to unmanaged memory at a specified offset. |