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

Afficher le fichier Open project: aspnet/dotnet-watch

Méthodes publiques

Свойство Type Description
FileInfo System.IO.FileSystemInfo
FoundAgain bool

Méthodes publiques

Méthode Description
FileMeta ( FileSystemInfo fileInfo, bool foundAgain = false ) : System

Method Details

FileMeta() public méthode

public FileMeta ( FileSystemInfo fileInfo, bool foundAgain = false ) : System
fileInfo System.IO.FileSystemInfo
foundAgain bool
Résultat System

Property Details

FileInfo public_oe property

public FileSystemInfo,System.IO FileInfo
Résultat System.IO.FileSystemInfo

FoundAgain public_oe property

public bool FoundAgain
Résultat bool