C# 클래스 System.IHleIoDriverExtensions

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
FileExists ( this HleIoDriver, string FileName ) : bool
GetStat ( this HleIoDriver, string FileName ) : SceIoStat
ListDir ( this HleIoDriver, string Path ) : IEnumerable
ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable
OpenRead ( this HleIoDriver, string FileName ) : Stream

메소드 상세

FileExists() 공개 정적인 메소드

public static FileExists ( this HleIoDriver, string FileName ) : bool
HleIoDriver this
FileName string
리턴 bool

GetStat() 공개 정적인 메소드

public static GetStat ( this HleIoDriver, string FileName ) : SceIoStat
HleIoDriver this
FileName string
리턴 CSPspEmu.Hle.Vfs.SceIoStat

ListDir() 공개 정적인 메소드

public static ListDir ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
리턴 IEnumerable

ListDirRecursive() 공개 정적인 메소드

public static ListDirRecursive ( this HleIoDriver, string Path ) : IEnumerable
HleIoDriver this
Path string
리턴 IEnumerable

OpenRead() 공개 정적인 메소드

public static OpenRead ( this HleIoDriver, string FileName ) : Stream
HleIoDriver this
FileName string
리턴 Stream