C# Class Standard.WIN32_FIND_DATAW

Exibir arquivo Open project: MahApps/MahApps.Metro Class Usage Examples

Public Properties

Property Type Description
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

Property Details

dwFileAttributes public_oe property

public FileAttributes dwFileAttributes
return FileAttributes

dwReserved0 public_oe property

public int dwReserved0
return int

dwReserved1 public_oe property

public int dwReserved1
return int

ftCreationTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftCreationTime
return System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastAccessTime
return System.Runtime.InteropServices.ComTypes.FILETIME

ftLastWriteTime public_oe property

public FILETIME,System.Runtime.InteropServices.ComTypes ftLastWriteTime
return System.Runtime.InteropServices.ComTypes.FILETIME

nFileSizeHigh public_oe property

public int nFileSizeHigh
return int

nFileSizeLow public_oe property

public int nFileSizeLow
return int