C# Class CSPspEmu.Hle.Vfs.HleIoDrvFileArg

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
AsyncLastResult long
Callback object
CallbackArgument int
DriverName string
FileArgument IDisposable
FileSystemNumber int
FullFileName string
HleIoDriver IHleIoDriver

Public Methods

Method Description
Dispose ( ) : void

HleIoDrvFileArg ( string DriverName, IHleIoDriver HleIoDriver, int FileSystemNumber, IDisposable FileArgument = null ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HleIoDrvFileArg() public method

public HleIoDrvFileArg ( string DriverName, IHleIoDriver HleIoDriver, int FileSystemNumber, IDisposable FileArgument = null ) : System
DriverName string
HleIoDriver IHleIoDriver
FileSystemNumber int
FileArgument IDisposable
return System

Property Details

AsyncLastResult public property

Last result produced by an async call.
public long AsyncLastResult
return long

Callback public property

public object Callback
return object

CallbackArgument public property

public int CallbackArgument
return int

DriverName public property

public string DriverName
return string

FileArgument public property

Pointer to a user defined argument, this is preserved on a per file basis
public IDisposable FileArgument
return IDisposable

FileSystemNumber public property

The file system number, e.g. if a file is opened as host5:/myfile.txt this field will be 5
public int FileSystemNumber
return int

FullFileName public property

File Name if available.
public string FullFileName
return string

HleIoDriver public property

Original driver.
public IHleIoDriver HleIoDriver
return IHleIoDriver