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

Show file 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 property

public FileAttributes dwFileAttributes
return FileAttributes

dwReserved0 public property

public int dwReserved0
return int

dwReserved1 public property

public int dwReserved1
return int

ftCreationTime public property

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

ftLastAccessTime public property

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

ftLastWriteTime public property

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

nFileSizeHigh public property

public int nFileSizeHigh
return int

nFileSizeLow public property

public int nFileSizeLow
return int