Memory.ReadFileIntoArray(Stream, Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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