C# 클래스 BlogSharp.Core.Impl.Services.FileSystem.Native.NativeMethods.WIN32_FIND_DATA

파일 보기 프로젝트 열기: BlogSharp/Blogsharp

공개 프로퍼티들

프로퍼티 타입 설명
dwFileAttributes int
dwReserved0 uint
dwReserved1 uint
ftCreationTime NativeMethods.FILETIME
ftLastAccessTime NativeMethods.FILETIME
ftLastWriteTime NativeMethods.FILETIME
nFileSizeHigh uint
nFileSizeLow uint

프로퍼티 상세

dwFileAttributes 공개적으로 프로퍼티

public int dwFileAttributes
리턴 int

dwReserved0 공개적으로 프로퍼티

public uint dwReserved0
리턴 uint

dwReserved1 공개적으로 프로퍼티

public uint dwReserved1
리턴 uint

ftCreationTime 공개적으로 프로퍼티

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftCreationTime
리턴 NativeMethods.FILETIME

ftLastAccessTime 공개적으로 프로퍼티

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastAccessTime
리턴 NativeMethods.FILETIME

ftLastWriteTime 공개적으로 프로퍼티

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastWriteTime
리턴 NativeMethods.FILETIME

nFileSizeHigh 공개적으로 프로퍼티

public uint nFileSizeHigh
리턴 uint

nFileSizeLow 공개적으로 프로퍼티

public uint nFileSizeLow
리턴 uint