C# Class BlogSharp.Core.Impl.Services.FileSystem.Native.NativeMethods.WIN32_FIND_DATA

Afficher le fichier Open project: BlogSharp/Blogsharp

Méthodes publiques

Свойство Type Description
dwFileAttributes int
dwReserved0 uint
dwReserved1 uint
ftCreationTime NativeMethods.FILETIME
ftLastAccessTime NativeMethods.FILETIME
ftLastWriteTime NativeMethods.FILETIME
nFileSizeHigh uint
nFileSizeLow uint

Property Details

dwFileAttributes public_oe property

public int dwFileAttributes
Résultat int

dwReserved0 public_oe property

public uint dwReserved0
Résultat uint

dwReserved1 public_oe property

public uint dwReserved1
Résultat uint

ftCreationTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftCreationTime
Résultat NativeMethods.FILETIME

ftLastAccessTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastAccessTime
Résultat NativeMethods.FILETIME

ftLastWriteTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastWriteTime
Résultat NativeMethods.FILETIME

nFileSizeHigh public_oe property

public uint nFileSizeHigh
Résultat uint

nFileSizeLow public_oe property

public uint nFileSizeLow
Résultat uint