DefaultFileSystem 類別

定義

使用實際檔案 Sytem 的預設實 IFileSystem 作。

public ref class DefaultFileSystem : Microsoft::VisualStudio::Web::CodeGeneration::IFileSystem
public class DefaultFileSystem : Microsoft.VisualStudio.Web.CodeGeneration.IFileSystem
type DefaultFileSystem = class
    interface IFileSystem
Public Class DefaultFileSystem
Implements IFileSystem
繼承
DefaultFileSystem
實作

建構函式

DefaultFileSystem()

使用實際檔案 Sytem 的預設實 IFileSystem 作。

欄位

Instance

使用實際檔案 Sytem 的預設實 IFileSystem 作。

方法

AddFileAsync(String, Stream)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

CreateDirectory(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

DeleteFile(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

DirectoryExists(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

EnumerateFiles(String, String, SearchOption)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

FileExists(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

MakeFileWritable(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

ReadAllText(String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

RemoveDirectory(String, Boolean)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

WriteAllText(String, String)

使用實際檔案 Sytem 的預設實 IFileSystem 作。

適用於