DefaultFileSystem Třída

Definice

Výchozí implementace pro IFileSystem použití reálného souboru Sytem.

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
Dědičnost
DefaultFileSystem
Implementuje

Konstruktory

DefaultFileSystem()

Pole

Instance

Metody

AddFileAsync(String, Stream)
CreateDirectory(String)
DeleteFile(String)
DirectoryExists(String)
EnumerateFiles(String, String, SearchOption)
FileExists(String)
MakeFileWritable(String)
ReadAllText(String)
RemoveDirectory(String, Boolean)
WriteAllText(String, String)

Platí pro