C# 클래스 NTFSDirect.WinApi.BY_HANDLE_FILE_INFORMATION

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

공개 프로퍼티들

프로퍼티 타입 설명
CreationTime System.Runtime.InteropServices.FILETIME
FileAttributes uint
FileIndexHigh uint
FileIndexLow uint
FileSizeHigh uint
FileSizeLow uint
LastAccessTime System.Runtime.InteropServices.FILETIME
LastWriteTime System.Runtime.InteropServices.FILETIME
NumberOfLinks uint
VolumeSerialNumber uint

프로퍼티 상세

CreationTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices CreationTime
리턴 System.Runtime.InteropServices.FILETIME

FileAttributes 공개적으로 프로퍼티

public uint FileAttributes
리턴 uint

FileIndexHigh 공개적으로 프로퍼티

public uint FileIndexHigh
리턴 uint

FileIndexLow 공개적으로 프로퍼티

public uint FileIndexLow
리턴 uint

FileSizeHigh 공개적으로 프로퍼티

public uint FileSizeHigh
리턴 uint

FileSizeLow 공개적으로 프로퍼티

public uint FileSizeLow
리턴 uint

LastAccessTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices LastAccessTime
리턴 System.Runtime.InteropServices.FILETIME

LastWriteTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices LastWriteTime
리턴 System.Runtime.InteropServices.FILETIME

NumberOfLinks 공개적으로 프로퍼티

public uint NumberOfLinks
리턴 uint

VolumeSerialNumber 공개적으로 프로퍼티

public uint VolumeSerialNumber
리턴 uint