C# Class CmisSync.MacWatcher

Inheritance: IDisposable
Mostrar archivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MacWatcher ( string path ) : System

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MacWatcher() public method

public MacWatcher ( string path ) : System
path string
return System