Dil

PhysicalFilesWatcher Oluşturucular

Tanım

Aşırı Yüklemeler

Name Description
PhysicalFilesWatcher(String, FileSystemWatcher, Boolean)

içindeki PhysicalFilesWatcherdosyaları izleyen sınıfının yeni bir örneğini root başlatır.

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean, ExclusionFilters)

içindeki PhysicalFilesWatcherdosyaları izleyen sınıfının yeni bir örneğini root başlatır.

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean)

Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs

içindeki PhysicalFilesWatcherdosyaları izleyen sınıfının yeni bir örneğini root başlatır.

public:
 PhysicalFilesWatcher(System::String ^ root, System::IO::FileSystemWatcher ^ fileSystemWatcher, bool pollForChanges);
public PhysicalFilesWatcher(string root, System.IO.FileSystemWatcher? fileSystemWatcher, bool pollForChanges);
new Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher : string * System.IO.FileSystemWatcher * bool -> Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher
Public Sub New (root As String, fileSystemWatcher As FileSystemWatcher, pollForChanges As Boolean)

Parametreler

root
String

İzleyicinin kök dizini.

fileSystemWatcher
FileSystemWatcher

'yi izleyen rootsarmalanmış izleyici.

pollForChanges
Boolean

truetarafından oluşturulan IChangeTokenörneklerini CreateFileChangeToken(String) tetikleme amacıyla yoklama kullanmak için poller için; aksi takdirde, false.

Şunlara uygulanır

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean, ExclusionFilters)

Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs
Kaynak:
PhysicalFilesWatcher.cs

içindeki PhysicalFilesWatcherdosyaları izleyen sınıfının yeni bir örneğini root başlatır.

public:
 PhysicalFilesWatcher(System::String ^ root, System::IO::FileSystemWatcher ^ fileSystemWatcher, bool pollForChanges, Microsoft::Extensions::FileProviders::Physical::ExclusionFilters filters);
public PhysicalFilesWatcher(string root, System.IO.FileSystemWatcher? fileSystemWatcher, bool pollForChanges, Microsoft.Extensions.FileProviders.Physical.ExclusionFilters filters);
new Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher : string * System.IO.FileSystemWatcher * bool * Microsoft.Extensions.FileProviders.Physical.ExclusionFilters -> Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher
Public Sub New (root As String, fileSystemWatcher As FileSystemWatcher, pollForChanges As Boolean, filters As ExclusionFilters)

Parametreler

root
String

İzleyicinin kök dizini.

fileSystemWatcher
FileSystemWatcher

öğesini izleyen rootsarmalanmış izleyici.

pollForChanges
Boolean

truetarafından oluşturulan IChangeTokenörneklerini CreateFileChangeToken(String) tetikleme amacıyla yoklama kullanmak için poller için; aksi takdirde, false.

filters
ExclusionFilters

Hangi dosyaların veya dizinlerin dışlandığını belirten numaralandırma değerlerinin bit düzeyinde birleşimi. Bu değişikliklere ilişkin bildirimler tetiklenmez.

Şunlara uygulanır