C# 클래스 AppHarbor.PhysicalFileSystem

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

공개 메소드들

메소드 설명
Delete ( string path ) : void
OpenRead ( string path ) : Stream
OpenWrite ( string path ) : Stream

메소드 상세

Delete() 공개 메소드

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

OpenRead() 공개 메소드

public OpenRead ( string path ) : Stream
path string
리턴 System.IO.Stream

OpenWrite() 공개 메소드

public OpenWrite ( string path ) : Stream
path string
리턴 System.IO.Stream