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

Reads a 16-bit integer from native heap

Overload List

Reads a 16-bit integer from native heap

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

Reads a 16-bit integer from native heap.

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

Reads a 16-bit integer from native heap.

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

See Also

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