IFileProvider インターフェイス

定義

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

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

メソッド

GetDirectoryContents(String)

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

GetFileInfo(String)

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

Watch(String)

指定した filter に対して IChangeToken を作成します。

適用対象