FileChangeMonitor::FilePaths Property

.NET Framework (current version)
 

Gets a collection that contains the paths of files that are monitored for changes.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property ReadOnlyCollection<String^>^ FilePaths {
	virtual ReadOnlyCollection<String^>^ get() abstract;
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A collection of file paths.

The collection is typically set in the constructor of a derived FileChangeMonitor type.

To provide custom file-change monitoring, you must override this method in a derived class.

.NET Framework
Available since 4.0
Return to top
Show: