public helper to read into a byte*, mainly used to read preallocated fixed size,
non-integer types (Array, Guid, decimal etc)
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- pBytes
- Type: System Byte*
The pointer to the pre-allocated byte array to read data into
- numBytes
- Type: System Int32
The number of bytes to read
See Also