Inheritance Hierarchy
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
The MockFileWatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockFileWatcher | Initializes a new instance of the MockFileWatcher class |
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from FileWatcher.) | |
GetCurrentPath | ||
SetFile | (Inherited from FileWatcher.) | |
UpdateFile | ||
UpdateFile(Object, FileSystemEventArgs) | (Inherited from FileWatcher.) |
Fields
Name | Description | |
---|---|---|
currentlyWatchedAbsoluteFilePath | (Inherited from FileWatcher.) | |
watcher | (Inherited from FileWatcher.) |
Events
Name | Description | |
---|---|---|
Updated | (Inherited from FileWatcher.) |
See Also