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

Exibir arquivo Open project: BlogSharp/Blogsharp

Public Properties

Property 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
return int

dwReserved0 public_oe property

public uint dwReserved0
return uint

dwReserved1 public_oe property

public uint dwReserved1
return uint

ftCreationTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftCreationTime
return NativeMethods.FILETIME

ftLastAccessTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastAccessTime
return NativeMethods.FILETIME

ftLastWriteTime public_oe property

public NativeMethods.FILETIME,BlogSharp.Core.Impl.Services.FileSystem.Native ftLastWriteTime
return NativeMethods.FILETIME

nFileSizeHigh public_oe property

public uint nFileSizeHigh
return uint

nFileSizeLow public_oe property

public uint nFileSizeLow
return uint