C# Class CSPspEmu.Hle.Modules.iofilemgr.IoFileMgrForUser.IoDelayType

Datei anzeigen Open project: soywiz/cspspemu

Public Properties

Property Type Description
ChStat IoDelayType
Chdir IoDelayType
Close IoDelayType
Dclose IoDelayType
Devctl IoDelayType
Dopen IoDelayType
Dread IoDelayType
GetStat IoDelayType
Ioctl IoDelayType
Mkdir IoDelayType
Open IoDelayType
Read IoDelayType
Remove IoDelayType
Rename IoDelayType
Rmdir IoDelayType
Seek IoDelayType
Write IoDelayType

Public Methods

Method Description
GetTimePerSize ( long Size ) : TimeSpan
ToString ( ) : string

Private Methods

Method Description
IoDelayType ( string Name, TimeSpan BaseDelay, TimeSpan DelayPerUnit = default(TimeSpan), int UnitSize = 1 ) : System

Method Details

GetTimePerSize() public method

public GetTimePerSize ( long Size ) : TimeSpan
Size long
return TimeSpan

ToString() public method

public ToString ( ) : string
return string

Property Details

ChStat public_oe static_oe property

public static IoDelayType ChStat
return IoDelayType

Chdir public_oe static_oe property

public static IoDelayType Chdir
return IoDelayType

Close public_oe static_oe property

public static IoDelayType Close
return IoDelayType

Dclose public_oe static_oe property

public static IoDelayType Dclose
return IoDelayType

Devctl public_oe static_oe property

public static IoDelayType Devctl
return IoDelayType

Dopen public_oe static_oe property

public static IoDelayType Dopen
return IoDelayType

Dread public_oe static_oe property

public static IoDelayType Dread
return IoDelayType

GetStat public_oe static_oe property

public static IoDelayType GetStat
return IoDelayType

Ioctl public_oe static_oe property

public static IoDelayType Ioctl
return IoDelayType

Mkdir public_oe static_oe property

public static IoDelayType Mkdir
return IoDelayType

Open public_oe static_oe property

public static IoDelayType Open
return IoDelayType

Read public_oe static_oe property

public static IoDelayType Read
return IoDelayType

Remove public_oe static_oe property

public static IoDelayType Remove
return IoDelayType

Rename public_oe static_oe property

public static IoDelayType Rename
return IoDelayType

Rmdir public_oe static_oe property

public static IoDelayType Rmdir
return IoDelayType

Seek public_oe static_oe property

public static IoDelayType Seek
return IoDelayType

Write public_oe static_oe property

public static IoDelayType Write
return IoDelayType