MockFileWatcher ClassDelta Engine Documentation
Inheritance Hierarchy

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

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

public class MockFileWatcher : FileWatcher

The MockFileWatcher type exposes the following members.

Constructors

  NameDescription
Public methodMockFileWatcher
Initializes a new instance of the MockFileWatcher class
Top
Methods

  NameDescription
Public methodDispose (Inherited from FileWatcher.)
Public methodGetCurrentPath
Public methodSetFile (Inherited from FileWatcher.)
Public methodUpdateFile 
Protected methodUpdateFile(Object, FileSystemEventArgs) (Inherited from FileWatcher.)
Top
Fields

  NameDescription
Protected fieldcurrentlyWatchedAbsoluteFilePath (Inherited from FileWatcher.)
Protected fieldwatcher (Inherited from FileWatcher.)
Top
Events

  NameDescription
Public eventUpdated (Inherited from FileWatcher.)
Top
See Also