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) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly, String) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly, String, DateTimeOffset) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
ManifestEmbeddedFileProvider(Assembly, String, String, DateTimeOffset) |
Initializes a new instance of ManifestEmbeddedFileProvider. |
Properties
Assembly |
Gets the Assembly for this provider. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetDirectoryContents(String) |
Enumerate a directory at the given path, if any. |
GetFileInfo(String) |
Locate a file at the given path. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Watch(String) |
Creates a IChangeToken for the specified |