다음을 통해 공유


HostFileChangeMonitor(IList<String>) 생성자

정의

HostFileChangeMonitor 클래스의 새 인스턴스를 초기화합니다.

public:
 HostFileChangeMonitor(System::Collections::Generic::IList<System::String ^> ^ filePaths);
public HostFileChangeMonitor (System.Collections.Generic.IList<string> filePaths);
new System.Runtime.Caching.HostFileChangeMonitor : System.Collections.Generic.IList<string> -> System.Runtime.Caching.HostFileChangeMonitor
Public Sub New (filePaths As IList(Of String))

매개 변수

filePaths
IList<String>

모니터링할 하나 이상의 디렉터리 경로 또는 파일 경로를 포함하는 목록입니다.

예외

filePaths이(가) null인 경우

filePaths에 0 항목이 들어 있습니다.

또는

filePaths 목록에 있는 경로는 null 또는 빈 문자열입니다.

설명

에 대 한 호출을 HostFileChangeMonitor 생성자에 null이 아닌 값을 제공 해야 합니다는 filePaths 매개 변수입니다. 최소한 생성자에 전달 되 고 그런 다음 해당 경로 대 한 모니터링을 초기화 하는 경로의 컬렉션을 확인 합니다.

참고

생성자에는 경로 이름의 문자열 유효성 검사만 수행합니다. 경로 표준화 하거나 경로가 있는지 유효성을 검사 하지 않습니다.

적용 대상