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

Afficher le fichier Open project: DotNetIO/DotNetIO Class Usage Examples

Méthodes publiques

Свойство 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
Résultat FileAttributes

dwReserved0 public_oe property

public int dwReserved0
Résultat int

dwReserved1 public_oe property

public int dwReserved1
Résultat int

ftCreationTime public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME ftCreationTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME ftLastAccessTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

ftLastWriteTime public_oe property

public System.Runtime.InteropServices.ComTypes.FILETIME ftLastWriteTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

nFileSizeHigh public_oe property

public int nFileSizeHigh
Résultat int

nFileSizeLow public_oe property

public int nFileSizeLow
Résultat int