Marshal.ReadInt64 Method
.NET Framework 2.0
Reads a 64-bit signed integer from unmanaged memory.
| Name | Description |
|---|---|
| Marshal.ReadInt64 (IntPtr) | Reads a 64-bit signed integer from unmanaged memory. Supported by the .NET Compact Framework. |
| Marshal.ReadInt64 (IntPtr, Int32) | Reads a 64-bit signed integer from unmanaged memory. Supported by the .NET Compact Framework. |
| Marshal.ReadInt64 (Object, Int32) | Reads a 64-bit signed integer from unmanaged memory. |