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.WriteInt64

Writes a 64-bit integer value into native heap.

Overload List

Writes a 64-bit integer value into native heap.

[Visual Basic] Overloads Public Shared Sub WriteInt64(Integer, Long)
[C#] public static void WriteInt64(int, long);
[C++] public: static void WriteInt64(int, __int64);
[JScript] public static function WriteInt64(int, long);

Writes a 64-bit integer value into native heap.

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

Writes a 64-bit integer value into native heap.

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

See Also

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