Reads a single byte from native heap
[Visual Basic] Overloads Public Shared Function ReadByte( _ ByVal ptr As Integer _ ) As Byte [C#] public static byte ReadByte( int ptr ); [C++] public: static unsigned char ReadByte( int ptr ); [JScript] public static function ReadByte( ptr : int ) : Byte;
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.ReadByte Overload List