C# 클래스 RazorMail.FileReader

상속: IFileReader
파일 보기 프로젝트 열기: wduffy/RazorMail

공개 메소드들

메소드 설명
Exists ( string path ) : bool
OpenRead ( string path ) : Stream

메소드 상세

Exists() 공개 메소드

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

OpenRead() 공개 메소드

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