HostFileChangeMonitor::FilePaths Property

.NET Framework (current version)
 

Gets the collection of directories and file paths that was passed to the HostFileChangeMonitor constructor.

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

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

Property Value

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

A collection of directories and file paths.

.NET Framework
Available since 4.0
Return to top
Show: