C# 클래스 CSPspEmu.Hle.Managers.HleIoManager

상속: CSPspEmu.Core.PspEmulatorComponent
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentDirectoryPath string
HleIoDrvFileArgPool SceUID>.HleUidPoolSpecial
HleIoWrapper HleIoWrapper

보호된 프로퍼티들

프로퍼티 타입 설명
Drivers IHleIoDriver>.Dictionary

공개 메소드들

메소드 설명
Chdir ( string DirectoryPath ) : void

Changes the current directory.

GetDriver ( string Name ) : IHleIoDriver
HleIoManager ( ) : System
ParseDeviceName ( string DeviceName ) : ParsePathInfo

ParsePath ( string FullPath ) : ParsePathInfo

Returns a tuple of Driver/Index/path.

RemoveDriver ( string Name ) : void

SetDriver ( string Name, IHleIoDriver Driver ) : void

메소드 상세

Chdir() 공개 메소드

Changes the current directory.
public Chdir ( string DirectoryPath ) : void
DirectoryPath string
리턴 void

GetDriver() 공개 메소드

public GetDriver ( string Name ) : IHleIoDriver
Name string
리턴 IHleIoDriver

HleIoManager() 공개 메소드

public HleIoManager ( ) : System
리턴 System

ParseDeviceName() 공개 메소드

public ParseDeviceName ( string DeviceName ) : ParsePathInfo
DeviceName string
리턴 ParsePathInfo

ParsePath() 공개 메소드

Returns a tuple of Driver/Index/path.
public ParsePath ( string FullPath ) : ParsePathInfo
FullPath string
리턴 ParsePathInfo

RemoveDriver() 공개 메소드

public RemoveDriver ( string Name ) : void
Name string
리턴 void

SetDriver() 공개 메소드

public SetDriver ( string Name, IHleIoDriver Driver ) : void
Name string
Driver IHleIoDriver
리턴 void

프로퍼티 상세

CurrentDirectoryPath 공개적으로 프로퍼티

public string CurrentDirectoryPath
리턴 string

Drivers 보호되어 있는 프로퍼티

protected Dictionary Drivers
리턴 IHleIoDriver>.Dictionary

HleIoDrvFileArgPool 공개적으로 프로퍼티

public HleUidPoolSpecial HleIoDrvFileArgPool
리턴 SceUID>.HleUidPoolSpecial

HleIoWrapper 공개적으로 프로퍼티

public HleIoWrapper,CSPspEmu.Hle.Managers HleIoWrapper
리턴 HleIoWrapper