SimulationModeFileSystem Třída

Definice

Implementace IFileSystem záznamů všechny změny požadované pro systém souborů, aniž by bylo nutné zachovat změny na disku.

public ref class SimulationModeFileSystem : Microsoft::VisualStudio::Web::CodeGeneration::IFileSystem
public class SimulationModeFileSystem : Microsoft.VisualStudio.Web.CodeGeneration.IFileSystem
type SimulationModeFileSystem = class
    interface IFileSystem
Public Class SimulationModeFileSystem
Implements IFileSystem
Dědičnost
SimulationModeFileSystem
Implementuje

Pole

Instance

Vlastnosti

FileSystemChanges

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