This class is a almost one to one version of System.IO.FileSystemWatcher. Using this implementation instead of System.IO.FileSystemWatcher, will ensure that your code will work both on Standard Windows deployment and Windows Azure deployment. See System.IO.FileSystemWatcher for more documentation on the methods of this class. See IC1FileStream.

Namespace: Composite.Core.IO
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public class C1FileSystemWatcher : ImplementationContainer<C1FileSystemWatcherImplementation>, 
	IDisposable
Visual Basic
Public Class C1FileSystemWatcher _
	Inherits ImplementationContainer(Of C1FileSystemWatcherImplementation) _
	Implements IDisposable
Visual C++
public ref class C1FileSystemWatcher : public ImplementationContainer<C1FileSystemWatcherImplementation^>, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  ImplementationContainer<(Of <(<'C1FileSystemWatcherImplementation>)>)>
    Composite.Core.IO..::..C1FileSystemWatcher

See Also