C# 클래스 CmisSync.MacWatcher

상속: IDisposable
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
MacWatcher ( string path ) : System

비공개 메소드들

메소드 설명
CFRunLoopGetMain ( ) : IntPtr
Dispose ( bool disposing ) : void
DoCallback ( IntPtr streamRef, IntPtr clientCallBackInfo, int numEvents, IntPtr eventPaths, IntPtr eventFlags, IntPtr eventIds ) : void
FSEventStreamCreate ( IntPtr allocator, FSEventStreamCallback callback, IntPtr context, IntPtr pathsToWatch, ulong sinceWhen, double latency, FSEventStreamCreateFlags flags ) : IntPtr
FSEventStreamInvalidate ( IntPtr streamRef ) : void
FSEventStreamRelease ( IntPtr streamRef ) : void
FSEventStreamScheduleWithRunLoop ( IntPtr streamRef, IntPtr runLoop, IntPtr runLoopMode ) : void
FSEventStreamStart ( IntPtr streamRef ) : bool
FSEventStreamStop ( IntPtr streamRef ) : void
checkDirectory ( string dir ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MacWatcher() 공개 메소드

public MacWatcher ( string path ) : System
path string
리턴 System