C# Class CSPspEmu.Hle.Managers.HleIoManager

Inheritance: CSPspEmu.Core.PspEmulatorComponent
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentDirectoryPath string
HleIoDrvFileArgPool SceUID>.HleUidPoolSpecial
HleIoWrapper HleIoWrapper

Protected Properties

Свойство Type Description
Drivers IHleIoDriver>.Dictionary

Méthodes publiques

Méthode Description
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

Method Details

Chdir() public méthode

Changes the current directory.
public Chdir ( string DirectoryPath ) : void
DirectoryPath string
Résultat void

GetDriver() public méthode

public GetDriver ( string Name ) : IHleIoDriver
Name string
Résultat IHleIoDriver

HleIoManager() public méthode

public HleIoManager ( ) : System
Résultat System

ParseDeviceName() public méthode

public ParseDeviceName ( string DeviceName ) : ParsePathInfo
DeviceName string
Résultat ParsePathInfo

ParsePath() public méthode

Returns a tuple of Driver/Index/path.
public ParsePath ( string FullPath ) : ParsePathInfo
FullPath string
Résultat ParsePathInfo

RemoveDriver() public méthode

public RemoveDriver ( string Name ) : void
Name string
Résultat void

SetDriver() public méthode

public SetDriver ( string Name, IHleIoDriver Driver ) : void
Name string
Driver IHleIoDriver
Résultat void

Property Details

CurrentDirectoryPath public_oe property

public string CurrentDirectoryPath
Résultat string

Drivers protected_oe property

protected Dictionary Drivers
Résultat IHleIoDriver>.Dictionary

HleIoDrvFileArgPool public_oe property

public HleUidPoolSpecial HleIoDrvFileArgPool
Résultat SceUID>.HleUidPoolSpecial

HleIoWrapper public_oe property

public HleIoWrapper,CSPspEmu.Hle.Managers HleIoWrapper
Résultat HleIoWrapper