IFileProvider Rozhraní
Definice
Abstrakce zprostředkovatele souboru jen pro čtení.A read-only file provider abstraction.
public interface class IFileProvider
public interface IFileProvider
type IFileProvider = interface
Public Interface IFileProvider
- Odvozené
Metody
| GetDirectoryContents(String) |
Vytvoří výčet adresáře na dané cestě, pokud existuje.Enumerate a directory at the given path, if any. |
| GetFileInfo(String) |
Vyhledejte soubor v dané cestě.Locate a file at the given path. |
| Watch(String) |
Vytvoří IChangeToken pro zadanou hodnotu |