C# Класс DotNetMigrations.UnitTests.DisposableFile

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

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

Метод Описание
Dispose ( ) : void
Watch ( string path ) : DisposableFile

Watches the file at the given path and deletes it when disposed.

Приватные методы

Метод Описание
DisposableFile ( FileInfo file ) : System

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

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

public Dispose ( ) : void
Результат void

Watch() публичный статический Метод

Watches the file at the given path and deletes it when disposed.
public static Watch ( string path ) : DisposableFile
path string
Результат DisposableFile