IFileProvider Interface

Definition

A read-only file provider abstraction.

public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider
Derived

Methods

GetDirectoryContents(String)

Enumerate a directory at the given path, if any.

GetFileInfo(String)

Locate a file at the given path.

Watch(String)

Creates a IChangeToken for the specified filter.

Applies to