IFileProvider インターフェイス

定義

読み取り専用ファイル プロバイダーの抽象化。

public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider
派生

メソッド

名前 説明
GetDirectoryContents(String)

指定されたパスにあるディレクトリ (存在する場合) を列挙します。

GetFileInfo(String)

指定されたパスにあるファイルを検索します。

Watch(String)

指定したfilterIChangeTokenを作成します。

適用対象