C# Class ParallelTestRunner.Common.Impl.WindowsFileHelperImpl

Inheritance: IWindowsFileHelper
Afficher le fichier Open project: sscobici/ParallelTestRunner

Méthodes publiques

Méthode Description
CreateFile ( string path ) : Stream
CreateFolder ( string path ) : void
DeleteFile ( string path ) : void
DeleteFolder ( string path ) : void
FolderExist ( string path ) : bool
GetAssembly ( string path ) : Assembly
GetFile ( string folder, string ext ) : string
OpenFile ( string path ) : Stream
OpenResultFile ( ITestRunnerArgs args ) : Stream
WriteFile ( string path, string content ) : void

Method Details

CreateFile() public méthode

public CreateFile ( string path ) : Stream
path string
Résultat Stream

CreateFolder() public méthode

public CreateFolder ( string path ) : void
path string
Résultat void

DeleteFile() public méthode

public DeleteFile ( string path ) : void
path string
Résultat void

DeleteFolder() public méthode

public DeleteFolder ( string path ) : void
path string
Résultat void

FolderExist() public méthode

public FolderExist ( string path ) : bool
path string
Résultat bool

GetAssembly() public méthode

public GetAssembly ( string path ) : Assembly
path string
Résultat System.Reflection.Assembly

GetFile() public méthode

public GetFile ( string folder, string ext ) : string
folder string
ext string
Résultat string

OpenFile() public méthode

public OpenFile ( string path ) : Stream
path string
Résultat Stream

OpenResultFile() public méthode

public OpenResultFile ( ITestRunnerArgs args ) : Stream
args ITestRunnerArgs
Résultat Stream

WriteFile() public méthode

public WriteFile ( string path, string content ) : void
path string
content string
Résultat void