MSBuildFileSystemBase.ReadFileAllBytes(String) 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.
Use this for File.ReadAllBytes(path)
public:
abstract cli::array <System::Byte> ^ ReadFileAllBytes(System::String ^ path);
public:
virtual cli::array <System::Byte> ^ ReadFileAllBytes(System::String ^ path);
public abstract byte[] ReadFileAllBytes (string path);
public virtual byte[] ReadFileAllBytes (string path);
abstract member ReadFileAllBytes : string -> byte[]
abstract member ReadFileAllBytes : string -> byte[]
override this.ReadFileAllBytes : string -> byte[]
Public MustOverride Function ReadFileAllBytes (path As String) As Byte()
Public Overridable Function ReadFileAllBytes (path As String) As Byte()
Parameters
- path
- String
Returns
Byte[]