C# Class Standard.WIN32_FIND_DATAW

Afficher le fichier Open project: MahApps/MahApps.Metro 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 FILETIME,System.Runtime.InteropServices.ComTypes ftCreationTime
Résultat System.Runtime.InteropServices.ComTypes.FILETIME

ftLastAccessTime public_oe property

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

ftLastWriteTime public_oe property

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