C# 클래스 CSPspEmu.Hle.Vfs.SceIoStat

Structure to hold the status information about a file
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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