Reads a 16-bit integer from native heap
[Visual Basic] Overloads Public Shared Function ReadInt16( _ ByVal ptr As Integer _ ) As Short [C#] public static short ReadInt16( int ptr ); [C++] public: static short ReadInt16( int ptr ); [JScript] public static function ReadInt16( ptr : int ) : Int16;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.ReadInt16 Overload List