DefaultFileSystem Třída

Definice

Výchozí implementace IFileSystem použití skutečné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()

Výchozí implementace IFileSystem použití skutečného souboru sytem.

Pole

Instance

Výchozí implementace IFileSystem použití skutečného souboru sytem.

Metody

AddFileAsync(String, Stream)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

CreateDirectory(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

DeleteFile(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

DirectoryExists(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

EnumerateFiles(String, String, SearchOption)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

FileExists(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

MakeFileWritable(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

ReadAllText(String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

RemoveDirectory(String, Boolean)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

WriteAllText(String, String)

Výchozí implementace IFileSystem použití skutečného souboru sytem.

Platí pro