Share via


EmbeddedResourceFileSystem Class

 

Looks up files using embedded resources in the specified assembly. This file system is case sensitive.

Namespace:   Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.FileSystems.EmbeddedResourceFileSystem

Syntax

public class EmbeddedResourceFileSystem : IFileSystem
public ref class EmbeddedResourceFileSystem : IFileSystem
type EmbeddedResourceFileSystem = 
    class
        interface IFileSystem
    end
Public Class EmbeddedResourceFileSystem
    Implements IFileSystem

Constructors

Name Description
System_CAPS_pubmethod EmbeddedResourceFileSystem()

Initializes a new instance of the EmbeddedResourceFileSystem class using the calling assembly and empty base namespace.

System_CAPS_pubmethod EmbeddedResourceFileSystem(Assembly)

Initializes a new instance of the EmbeddedResourceFileSystem class using the specified assembly and empty base namespace.

System_CAPS_pubmethod EmbeddedResourceFileSystem(Assembly, String)

Initializes a new instance of the EmbeddedResourceFileSystem class using the specified assembly and base namespace.

System_CAPS_pubmethod EmbeddedResourceFileSystem(String)

Initializes a new instance of the EmbeddedResourceFileSystem class using the calling assembly and specified base namespace.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetDirectoryContents(String, IEnumerable<IFileInfo>)

Enumerate a directory at the given path, if any. This file system uses a flat directory structure. Everything under the base namespace is considered to be one directory.

System_CAPS_pubmethod TryGetFileInfo(String, IFileInfo)

Locate a file at the given path

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.FileSystems Namespace

Return to top