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