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