C# 클래스 AcManager.Tools.Managers.InnerHelpers.DirectoryWatcher

상속: IDisposable
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TargetDirectory string

공개 메소드들

메소드 설명
DirectoryWatcher ( [ directory ) : System
Dispose ( ) : void
Subscribe ( [ listener ) : void

비공개 메소드들

메소드 설명
HelperWatcher_Something ( object sender, FileSystemEventArgs e ) : void
UpdateInnerWatcher ( ) : void

메소드 상세

DirectoryWatcher() 공개 메소드

public DirectoryWatcher ( [ directory ) : System
directory [
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Subscribe() 공개 메소드

public Subscribe ( [ listener ) : void
listener [
리턴 void

프로퍼티 상세

TargetDirectory 공개적으로 프로퍼티

public string TargetDirectory
리턴 string