Метод | Описание | |
---|---|---|
DoesFileExist ( string fileName ) : bool | ||
GetBinaryFileContents ( string fileName ) : byte[] | ||
GetFileContents ( string fileName ) : string | ||
VirtualFileReader ( IPathResolver pathResolver ) : System.IO |
public DoesFileExist ( string fileName ) : bool | ||
fileName | string | |
Результат | bool |
public GetBinaryFileContents ( string fileName ) : byte[] | ||
fileName | string | |
Результат | byte[] |
public GetFileContents ( string fileName ) : string | ||
fileName | string | |
Результат | string |
public VirtualFileReader ( IPathResolver pathResolver ) : System.IO | ||
pathResolver | IPathResolver | |
Результат | System.IO |