C# Class DotNetMigrations.UnitTests.DisposableFile

Inheritance: IDisposable
Afficher le fichier Open project: jpoehls/dotnetmigrations

Méthodes publiques

Méthode Description
Dispose ( ) : void
Watch ( string path ) : DisposableFile

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

Private Methods

Méthode Description
DisposableFile ( FileInfo file ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Watch() public static méthode

Watches the file at the given path and deletes it when disposed.
public static Watch ( string path ) : DisposableFile
path string
Résultat DisposableFile