共用方式為


IFileProvider 介面

定義

只讀檔案提供者抽象概念。

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

方法

GetDirectoryContents(String)

列舉指定路徑上的目錄,如果有的話。

GetFileInfo(String)

找出位於指定路徑的檔案。

Watch(String)

為指定的 filter建立 IChangeToken

適用於