[This is preliminary documentation and is subject to change.]

FileSystemWatcher with synchronous events added

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[ToolboxBitmapAttribute(typeof(FileSystemWatcher))]
[DefaultEventAttribute("ChangedSync")]
public class SyncFSWatcher : FileSystemWatcher
Visual Basic
<ToolboxBitmapAttribute(GetType(FileSystemWatcher))> _
<DefaultEventAttribute("ChangedSync")> _
Public Class SyncFSWatcher _
	Inherits FileSystemWatcher
Visual C++
[ToolboxBitmapAttribute(typeof(FileSystemWatcher))]
[DefaultEventAttribute(L"ChangedSync")]
public ref class SyncFSWatcher : public FileSystemWatcher
F#
[<ToolboxBitmapAttribute(typeof(FileSystemWatcher))>]
[<DefaultEventAttribute("ChangedSync")>]
type SyncFSWatcher =  
    class
        inherit FileSystemWatcher
    end
JScript
public class SyncFSWatcher extends FileSystemWatcher

Inheritance Hierarchy

See Also