public static byte[] ReadAllBytes (string path);

Parameters

path要打开并读取的文件。

Description

打开二进制文件,将文件内容读入一个字节数组中,然后关闭该文件。