SimulationModeFileSystem Class

Definition

Implementation of IFileSystem Records all the changes requested for the fileSystem, without persisting the changes on disk.

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
Inheritance
SimulationModeFileSystem
Implements

Fields

Instance

Properties

FileSystemChanges

Methods

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)

Applies to