ManifestEmbeddedFileProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An embedded file provider that uses a manifest compiled in the assembly to reconstruct the original paths of the embedded files when they were embedded into the assembly.
public ref class ManifestEmbeddedFileProvider : Microsoft::Extensions::FileProviders::IFileProvider
public class ManifestEmbeddedFileProvider : Microsoft.Extensions.FileProviders.IFileProvider
type ManifestEmbeddedFileProvider = class
interface IFileProvider
Public Class ManifestEmbeddedFileProvider
Implements IFileProvider
- Inheritance
-
ManifestEmbeddedFileProvider
- Implements
Constructors
ManifestEmbeddedFileProvider(Assembly, String, DateTimeOffset) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly, String, String, DateTimeOffset) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly, String) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
Properties
Assembly |
Gets the Assembly for this provider. |
Methods
GetDirectoryContents(String) |
Enumerate a directory at the given path, if any. |
GetFileInfo(String) |
Locate a file at the given path. |
Watch(String) |
Creates a IChangeToken for the specified |