NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.ReadByte

Reads a single byte from native heap

Overload List

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;

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace