Свойство | Тип | Описание | |
---|---|---|---|
CurrentDirectoryPath | string | ||
HleIoDrvFileArgPool | SceUID>.HleUidPoolSpecial | ||
HleIoWrapper |
Свойство | Тип | Описание | |
---|---|---|---|
Drivers | IHleIoDriver>.Dictionary |
Метод | Описание | |
---|---|---|
Chdir ( string DirectoryPath ) : void |
Changes the current directory.
|
|
GetDriver ( string Name ) : IHleIoDriver | ||
HleIoManager ( ) : System | ||
ParseDeviceName ( string DeviceName ) : |
|
|
ParsePath ( string FullPath ) : |
Returns a tuple of Driver/Index/path.
|
|
RemoveDriver ( string Name ) : void |
|
|
SetDriver ( string Name, IHleIoDriver Driver ) : void |
|
public Chdir ( string DirectoryPath ) : void | ||
DirectoryPath | string | |
Результат | void |
public GetDriver ( string Name ) : IHleIoDriver | ||
Name | string | |
Результат | IHleIoDriver |
public ParseDeviceName ( string DeviceName ) : |
||
DeviceName | string | |
Результат |
public ParsePath ( string FullPath ) : |
||
FullPath | string | |
Результат |
public RemoveDriver ( string Name ) : void | ||
Name | string | |
Результат | void |
public SetDriver ( string Name, IHleIoDriver Driver ) : void | ||
Name | string | |
Driver | IHleIoDriver | |
Результат | void |
public HleUidPoolSpecial |
||
Результат | SceUID>.HleUidPoolSpecial |