C# 클래스 ParallelTestRunner.Common.Impl.WindowsFileHelperImpl

상속: IWindowsFileHelper
파일 보기 프로젝트 열기: sscobici/ParallelTestRunner

공개 메소드들

메소드 설명
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

메소드 상세

CreateFile() 공개 메소드

public CreateFile ( string path ) : Stream
path string
리턴 Stream

CreateFolder() 공개 메소드

public CreateFolder ( string path ) : void
path string
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string path ) : void
path string
리턴 void

DeleteFolder() 공개 메소드

public DeleteFolder ( string path ) : void
path string
리턴 void

FolderExist() 공개 메소드

public FolderExist ( string path ) : bool
path string
리턴 bool

GetAssembly() 공개 메소드

public GetAssembly ( string path ) : Assembly
path string
리턴 System.Reflection.Assembly

GetFile() 공개 메소드

public GetFile ( string folder, string ext ) : string
folder string
ext string
리턴 string

OpenFile() 공개 메소드

public OpenFile ( string path ) : Stream
path string
리턴 Stream

OpenResultFile() 공개 메소드

public OpenResultFile ( ITestRunnerArgs args ) : Stream
args ITestRunnerArgs
리턴 Stream

WriteFile() 공개 메소드

public WriteFile ( string path, string content ) : void
path string
content string
리턴 void