NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.ReadInt64

Reads a 64-bit integer from native heap.

Overload List

Reads a 64-bit integer from native heap.

[Visual Basic] Overloads extern Public Shared Function ReadInt64(Object, Integer) As Long
[C#] public static extern long ReadInt64(Object, int);
[C++] public: static extern __int64 ReadInt64(Object, int);
[JScript] public static extern function ReadInt64(Object, int) : long;

Reads a 64-bit integer from native heap.

[Visual Basic] Overloads Public Shared Function ReadInt64(Integer) As Long
[C#] public static long ReadInt64(int);
[C++] public: static __int64 ReadInt64(int);
[JScript] public static function ReadInt64(int) : long;

Reads a 64-bit integer from native heap.

[Visual Basic] Overloads extern Public Shared Function ReadInt64(Integer, Integer) As Long
[C#] public static extern long ReadInt64(int, int);
[C++] public: static extern __int64 ReadInt64(int, int);
[JScript] public static extern function ReadInt64(int, int) : long;

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace