ManifestEmbeddedFileProvider Class

Definition

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 class ManifestEmbeddedFileProvider : Microsoft.Extensions.FileProviders.IFileProvider
Inheritance
ManifestEmbeddedFileProvider
Implements

Constructors

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

Applies to

Product Versions
.NET 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)