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

Writes a 32-bit integer value into native heap.

Overload List

Writes a 32-bit integer value into native heap.

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

Writes a 32-bit integer value into native heap.

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

Writes a 32-bit integer value into native heap.

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

See Also

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