Memory.ReadFileIntoArray(Stream, Byte[], Int32) Method

Definition

public:
 static void ReadFileIntoArray(System::IO::Stream ^ stream, cli::array <System::Byte> ^ data, int bytesToRead);
public static void ReadFileIntoArray (System.IO.Stream stream, byte[] data, int bytesToRead);
static member ReadFileIntoArray : System.IO.Stream * byte[] * int -> unit

Parameters

stream
Stream
data
Byte[]
bytesToRead
Int32

Applies to