Class FileSystemWatcherService
Inheritance
System.Object
FileSystemWatcherService
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class FileSystemWatcherService : IDisposable
Constructors
FileSystemWatcherService(String)
Declaration
public FileSystemWatcherService(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Properties
EnableMonitoring
Declaration
public bool EnableMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Events
Changed
Declaration
public event EventHandler<FileSystemEventArgs> Changed
Event Type
| Type | Description |
|---|---|
| System.EventHandler<System.IO.FileSystemEventArgs> |
Implements
System.IDisposable