C# 클래스 Standard.WIN32_FIND_DATAW

파일 보기 프로젝트 열기: MahApps/MahApps.Metro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dwFileAttributes FileAttributes
dwReserved0 int
dwReserved1 int
ftCreationTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastAccessTime System.Runtime.InteropServices.ComTypes.FILETIME
ftLastWriteTime System.Runtime.InteropServices.ComTypes.FILETIME
nFileSizeHigh int
nFileSizeLow int

프로퍼티 상세

dwFileAttributes 공개적으로 프로퍼티

public FileAttributes dwFileAttributes
리턴 FileAttributes

dwReserved0 공개적으로 프로퍼티

public int dwReserved0
리턴 int

dwReserved1 공개적으로 프로퍼티

public int dwReserved1
리턴 int

ftCreationTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftCreationTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastAccessTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

ftLastWriteTime 공개적으로 프로퍼티

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastWriteTime
리턴 System.Runtime.InteropServices.ComTypes.FILETIME

nFileSizeHigh 공개적으로 프로퍼티

public int nFileSizeHigh
리턴 int

nFileSizeLow 공개적으로 프로퍼티

public int nFileSizeLow
리턴 int