Bitmap for WPF
ReadAllBytes メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Storage 名前空間 > NativeFile クラス : ReadAllBytes メソッド
The file to open for reading.
Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
シンタックス
'宣言
 
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.
参照

NativeFile クラス
NativeFile メンバ