PhysicalFilesWatcher 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PhysicalFilesWatcher(String, FileSystemWatcher, Boolean) |
|
PhysicalFilesWatcher(String, FileSystemWatcher, Boolean, ExclusionFilters) |
|
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
제외되는 파일 또는 디렉터리를 지정합니다. 다음에 대한 변경 알림이 표시되지 않습니다.
적용 대상
.NET