IFileProvider 介面

定義

唯讀檔案提供者的抽象概念。

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

方法

GetDirectoryContents(String)

列舉指定路徑上的目錄 (若有的話)。

GetFileInfo(String)

在指定的路徑上尋找檔案。

Watch(String)

為指定的 filter 建立 IChangeToken

適用於