다음을 통해 공유


PhysicalFilesWatcher 생성자

정의

오버로드

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean)

root에서 파일을 감시하는 PhysicalFilesWatcher의 인스턴스를 초기화합니다. FileSystemWatcher의 인스턴스를 래핑합니다.

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean, ExclusionFilters)

root에서 파일을 감시하는 PhysicalFilesWatcher의 인스턴스를 초기화합니다. FileSystemWatcher의 인스턴스를 래핑합니다.

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean)

Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs

root에서 파일을 감시하는 PhysicalFilesWatcher의 인스턴스를 초기화합니다. FileSystemWatcher의 인스턴스를 래핑합니다.

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)

매개 변수

root
String

감시자에 대한 루트 디렉터리입니다.

fileSystemWatcher
FileSystemWatcher

root를 감시 중인 래핑된 감시자입니다.

pollForChanges
Boolean

감시자가 폴링을 사용하여 CreateFileChangeToken(String)에서 만든 IChangeToken의 인스턴스를 트리거하면 true입니다.

적용 대상

PhysicalFilesWatcher(String, FileSystemWatcher, Boolean, ExclusionFilters)

Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs
Source:
PhysicalFilesWatcher.cs

root에서 파일을 감시하는 PhysicalFilesWatcher의 인스턴스를 초기화합니다. FileSystemWatcher의 인스턴스를 래핑합니다.

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)

매개 변수

root
String

감시자에 대한 루트 디렉터리입니다.

fileSystemWatcher
FileSystemWatcher

root를 감시 중인 래핑된 감시자입니다.

pollForChanges
Boolean

감시자가 폴링을 사용하여 CreateFileChangeToken(String)에서 만든 IChangeToken의 인스턴스를 트리거하면 true입니다.

filters
ExclusionFilters

제외되는 파일 또는 디렉터리를 지정합니다. 다음에 대한 변경 알림이 표시되지 않습니다.

적용 대상