Condividi tramite


MSBuildFileSystemBase.ReadFileAllBytes(String) Method

Definition

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[]

Applies to