C# Класс AppHarbor.Tests.InMemoryFileSystem

Наследование: IFileSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( string path ) : void
InMemoryFileSystem ( ) : System.Collections.Generic
OpenRead ( string path ) : Stream
OpenWrite ( string path ) : Stream

Описание методов

Delete() публичный Метод

public Delete ( string path ) : void
path string
Результат void

InMemoryFileSystem() публичный Метод

public InMemoryFileSystem ( ) : System.Collections.Generic
Результат System.Collections.Generic

OpenRead() публичный Метод

public OpenRead ( string path ) : Stream
path string
Результат System.IO.Stream

OpenWrite() публичный Метод

public OpenWrite ( string path ) : Stream
path string
Результат System.IO.Stream