C# Class SparkleShare.SparkleMacWatcher

Mostrar archivo Open project: hbons/SparkleShare Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SparkleMacWatcher ( 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

SparkleMacWatcher() public method

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