Click or drag to resize
FileReadAllBytes Method
Overload List
  NameDescription
Public methodStatic memberReadAllBytes(String)
Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(String, PathFormat)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(KernelTransaction, String)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Public methodStatic memberReadAllBytes(KernelTransaction, String, PathFormat)
[AlphaFS] Opens a binary file, reads the contents of the file into a byte array, and then closes the file.
Top
See Also