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