C# Class CSPspEmu.Hle.Vfs.SceIoStat

Structure to hold the status information about a file
Mostra file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Attributes IOFileModes
DeviceDependentData0 uint
DeviceDependentData1 uint
DeviceDependentData2 uint
DeviceDependentData3 uint
DeviceDependentData4 uint
DeviceDependentData5 uint
Mode SceMode
Size long
TimeCreation ScePspDateTime
TimeLastAccess ScePspDateTime
TimeLastModification ScePspDateTime

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Attributes public_oe property

public IOFileModes Attributes
return IOFileModes

DeviceDependentData0 public_oe property

Device-specific data. For example. The UMD driver stores the sector of a file in the first index.
public uint DeviceDependentData0
return uint

DeviceDependentData1 public_oe property

public uint DeviceDependentData1
return uint

DeviceDependentData2 public_oe property

public uint DeviceDependentData2
return uint

DeviceDependentData3 public_oe property

public uint DeviceDependentData3
return uint

DeviceDependentData4 public_oe property

public uint DeviceDependentData4
return uint

DeviceDependentData5 public_oe property

public uint DeviceDependentData5
return uint

Mode public_oe property

public SceMode Mode
return SceMode

Size public_oe property

Size of the file in bytes.
public long Size
return long

TimeCreation public_oe property

Creation time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeCreation
return ScePspDateTime

TimeLastAccess public_oe property

Access time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeLastAccess
return ScePspDateTime

TimeLastModification public_oe property

Modification time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeLastModification
return ScePspDateTime