C# 클래스 Dokan.FileInformation

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes FileAttributes
CreationTime System.DateTime
FileName string
LastAccessTime System.DateTime
LastWriteTime System.DateTime
Length long

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public FileAttributes Attributes
리턴 FileAttributes

CreationTime 공개적으로 프로퍼티

public DateTime,System CreationTime
리턴 System.DateTime

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

LastAccessTime 공개적으로 프로퍼티

public DateTime,System LastAccessTime
리턴 System.DateTime

LastWriteTime 공개적으로 프로퍼티

public DateTime,System LastWriteTime
리턴 System.DateTime

Length 공개적으로 프로퍼티

public long Length
리턴 long