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 (Int32)

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;

Parameters

ptr
Address in native heap from which to read.

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace | Marshal.ReadByte Overload List