C# Класс CSPspEmu.Hle.Vfs.SceIoStat

Structure to hold the status information about a file
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Attributes IOFileModes
DeviceDependentData0 uint
DeviceDependentData1 uint
DeviceDependentData2 uint
DeviceDependentData3 uint
DeviceDependentData4 uint
DeviceDependentData5 uint
Mode SceMode
Size long
TimeCreation ScePspDateTime
TimeLastAccess ScePspDateTime
TimeLastModification ScePspDateTime

Открытые методы

Метод Описание
ToString ( ) : string

Описание методов

ToString() публичный метод

public ToString ( ) : string
Результат string

Описание свойств

Attributes публичное свойство

public IOFileModes Attributes
Результат IOFileModes

DeviceDependentData0 публичное свойство

Device-specific data. For example. The UMD driver stores the sector of a file in the first index.
public uint DeviceDependentData0
Результат uint

DeviceDependentData1 публичное свойство

public uint DeviceDependentData1
Результат uint

DeviceDependentData2 публичное свойство

public uint DeviceDependentData2
Результат uint

DeviceDependentData3 публичное свойство

public uint DeviceDependentData3
Результат uint

DeviceDependentData4 публичное свойство

public uint DeviceDependentData4
Результат uint

DeviceDependentData5 публичное свойство

public uint DeviceDependentData5
Результат uint

Mode публичное свойство

public SceMode Mode
Результат SceMode

Size публичное свойство

Size of the file in bytes.
public long Size
Результат long

TimeCreation публичное свойство

Creation time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeCreation
Результат ScePspDateTime

TimeLastAccess публичное свойство

Access time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeLastAccess
Результат ScePspDateTime

TimeLastModification публичное свойство

Modification time.
public ScePspDateTime,CSPspEmu.Hle.Vfs TimeLastModification
Результат ScePspDateTime