FileWatcher ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.Core FileWatcher
    DeltaEngine.Editor.Core.Tests MockFileWatcher

Namespace: DeltaEngine.Editor.Core
Assembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class FileWatcher : IDisposable

The FileWatcher type exposes the following members.

Constructors

  NameDescription
Public methodFileWatcher
Initializes a new instance of the FileWatcher class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the FileWatcher
Public methodSetFile
Protected methodUpdateFile
Top
Fields

  NameDescription
Protected fieldcurrentlyWatchedAbsoluteFilePath
Public fieldStatic memberSettingsKey
Protected fieldwatcher
Top
Events

  NameDescription
Public eventUpdated
Top
See Also