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

Reads a 32-bit integer from native heap.

Overload List

Reads a 32-bit integer from native heap.

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

Reads a 32-bit integer from native heap.

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

Reads a 32-bit integer from native heap.

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

See Also

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