'宣言 Public Shared Function ReadAllBytes( _ ByVal path As System.String _ ) As System.Byte()
public static System.byte[] ReadAllBytes( System.string path )
パラメータ
- path
- The file to open for reading.
戻り値の型
A byte array containing the contents of the file.