C# Class Microsoft.DotNet.Watcher.Core.Internal.PollingFileWatcher.FileMeta

Datei anzeigen Open project: aspnet/dotnet-watch

Public Properties

Property Type Description
FileInfo System.IO.FileSystemInfo
FoundAgain bool

Public Methods

Method Description
FileMeta ( FileSystemInfo fileInfo, bool foundAgain = false ) : System

Method Details

FileMeta() public method

public FileMeta ( FileSystemInfo fileInfo, bool foundAgain = false ) : System
fileInfo System.IO.FileSystemInfo
foundAgain bool
return System

Property Details

FileInfo public_oe property

public FileSystemInfo,System.IO FileInfo
return System.IO.FileSystemInfo

FoundAgain public_oe property

public bool FoundAgain
return bool