C# 클래스 AppHarbor.Tests.InMemoryFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: appharbor/appharbor-cli

공개 메소드들

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