IFileProvider インターフェイス

定義

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

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

メソッド

GetDirectoryContents(String)

指定されたパスにディレクトリがある場合は、そのディレクトリを列挙します。

GetFileInfo(String)

指定されたパスでファイルを見つけます。

Watch(String)

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

適用対象