Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ManifestEmbeddedFileProvider Class

Definition

Namespace:
Microsoft.Extensions.FileProviders
Assembly:
Microsoft.Extensions.FileProviders.Embedded.dll
Package:
Microsoft.Extensions.FileProviders.Embedded v11.0.0-preview.5.26302.115
Source:
ManifestEmbeddedFileProvider.cs
Source:
ManifestEmbeddedFileProvider.cs
Source:
ManifestEmbeddedFileProvider.cs
Source:
ManifestEmbeddedFileProvider.cs
Source:
ManifestEmbeddedFileProvider.cs

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

Name Description
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

Name Description
Assembly

Gets the Assembly for this provider.

Methods

Name Description
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 filter.

Applies to


Feedback

Was this page helpful?