Свойство | Тип | Описание | |
---|---|---|---|
Verbose | bool |
Метод | Описание | |
---|---|---|
Filter ( string path, EventType mask ) : EventType | ||
IsWatching ( string path ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Subscribe ( string path, InotifyCallback callback, EventType mask ) : |
||
Subscribe ( string path, InotifyCallback callback, EventType mask, EventType initial_filter ) : |
Метод | Описание | |
---|---|---|
AnalyzeQueue_Unlocked ( ) : void | ||
CleanQueue_Unlocked ( ) : void | ||
CreateOrModifyWatch ( WatchInfo watched ) : void | ||
DispatchWorker ( ) : void | ||
Forget ( WatchInfo watched ) : void | ||
HandleMove ( string srcpath, string dstparent, string dstname ) : void | ||
Inotify ( ) : System | ||
Lookup ( int wd, EventType event_type ) : WatchInfo | ||
Main ( string args ) : void | ||
MoveWatch ( WatchInfo watch, string name ) : void | ||
SendEvent ( WatchInfo watched, string filename, string srcpath, EventType mask ) : void | ||
SnarfWorker ( ) : void | ||
Unsubscribe ( WatchInfo watched, WatchInternal watch ) : void | ||
inotify_glue_ignore ( int fd, int wd ) : int | ||
inotify_glue_init ( ) : int | ||
inotify_glue_watch ( int fd, string filename, EventType mask ) : int | ||
inotify_snarf_cancel ( ) : void | ||
inotify_snarf_events ( int fd, int &nr, |
public static Filter ( string path, EventType mask ) : EventType | ||
path | string | |
mask | EventType | |
Результат | EventType |
public static IsWatching ( string path ) : bool | ||
path | string | |
Результат | bool |
public static Subscribe ( string path, InotifyCallback callback, EventType mask ) : |
||
path | string | |
callback | InotifyCallback | |
mask | EventType | |
Результат |
public static Subscribe ( string path, InotifyCallback callback, EventType mask, EventType initial_filter ) : |
||
path | string | |
callback | InotifyCallback | |
mask | EventType | |
initial_filter | EventType | |
Результат |