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