C# Class DotNetIO.FileSystems.Local.Win32.Interop.WIN32_FIND_DATA

Exibir arquivo Open project: DotNetIO/DotNetIO 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 System.Runtime.InteropServices.ComTypes.FILETIME ftCreationTime
return System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public_oe property

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

ftLastWriteTime public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME 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