C# 클래스 Glare.Assets.FileManager.NullFileManager

상속: FileManager
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Exists ( string path ) : bool
GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[]
Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream

메소드 상세

Exists() 공개 메소드

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

GetFiles() 공개 메소드

public GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[]
path string
pattern string
option SearchOption
리턴 string[]

Open() 공개 메소드

public Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
리턴 Stream