Namespace Cuemon.Runtime
Assembly: Cuemon.Runtime.dll
Classes
Dependency
An abstract class for establishing various methods of a dependency relationship to an object. The implementing class of the Dependency class must monitor the dependency relationships so that when any of them changes, action will automatically be taken.
DependencyEventArgs
Provides data for dependency related operations.
Watcher
An abstract class for establishing a watcher, that can monitor and signal changes of a resource by raising the Changed event.
WatcherEventArgs
Provides data for watcher related operations.
Interfaces
IDependency
Defines a method to control dependency related operations.