C# 클래스 MoreInternals.Helpers.FileLookup

상속: IFileLookup
파일 보기 프로젝트 열기: kevin-montrose/More

공개 프로퍼티들

프로퍼티 타입 설명
Singleton FileLookup

공개 메소드들

메소드 설명
Exists ( string file ) : bool
Find ( string file ) : TextReader
OpenWrite ( string file ) : TextWriter
ReadRaw ( string file ) : Stream

비공개 메소드들

메소드 설명
FileLookup ( ) : System

메소드 상세

Exists() 공개 메소드

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

Find() 공개 메소드

public Find ( string file ) : TextReader
file string
리턴 TextReader

OpenWrite() 공개 메소드

public OpenWrite ( string file ) : TextWriter
file string
리턴 System.IO.TextWriter

ReadRaw() 공개 메소드

public ReadRaw ( string file ) : Stream
file string
리턴 Stream

프로퍼티 상세

Singleton 공개적으로 정적으로 프로퍼티

public static FileLookup,MoreInternals.Helpers Singleton
리턴 FileLookup