Table of Contents

Namespace Cuemon.Runtime

Assembly: Cuemon.Core.dll

The Cuemon.Runtime namespace contains types that support different namespaces such as the Cuemon, Cuemon.Data, Cuemon.Net, and the Cuemon.Runtime.Caching namespaces (to name a few). The namespace is an addition to the System.Runtime namespace.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Complements: System.Runtime namespace 🔗

Classes

Dependency

Represents the base class from which all implementations of dependency relationship to an object should derive.

DependencyEventArgs

Provides data for dependency related operations.

FileDependency

Provides a way to monitor any changes occurred to one or more files while notifying subscribing objects.

FileWatcher

Provides a watcher implementation designed to monitor and signal changes applied to a file by raising the Changed event.

Watcher

Represents the base class from which all implementations of resource monitoring should derive.

WatcherEventArgs

Provides data for watcher related operations.

WatcherOptions

Configuration options for IWatcher.

Interfaces

IDependency

Specifies that this object supports a method to control dependency related operations.

IWatcher

Specifies that this object supports a way to monitor a resource.