C# 클래스 VirtualFileSystem._INode

파일 보기 프로젝트 열기: SummerWish/vfs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accessTime System.UInt64
blockPreserved System.UInt32
creationTime System.UInt64
flags System.UInt32
linkCount System.UInt32
modifyTime System.UInt64
owner System.UInt32
sizeByte System.UInt32

공개 메소드들

메소드 설명
_INode ( UInt32 flags, UInt32 owner ) : System

初始化一个全新的 inode

메소드 상세

_INode() 공개 메소드

初始化一个全新的 inode
public _INode ( UInt32 flags, UInt32 owner ) : System
flags System.UInt32
owner System.UInt32
리턴 System

프로퍼티 상세

accessTime 공개적으로 프로퍼티

最后访问时间戳
public UInt64,System accessTime
리턴 System.UInt64

blockPreserved 공개적으로 프로퍼티

当前 inode 已预留多少个数据块
public UInt32,System blockPreserved
리턴 System.UInt32

creationTime 공개적으로 프로퍼티

创建时间戳
public UInt64,System creationTime
리턴 System.UInt64

flags 공개적으로 프로퍼티

属性,最低位0代表是文件,最低位1代表是目录
public UInt32,System flags
리턴 System.UInt32

linkCount 공개적으로 프로퍼티

链接数
public UInt32,System linkCount
리턴 System.UInt32

modifyTime 공개적으로 프로퍼티

最后修改时间戳
public UInt64,System modifyTime
리턴 System.UInt64

owner 공개적으로 프로퍼티

所有者 ID
public UInt32,System owner
리턴 System.UInt32

sizeByte 공개적으로 프로퍼티

文件大小,字节为单位
public UInt32,System sizeByte
리턴 System.UInt32