EmbeddedResourceFileSystem Class
Looks up files using embedded resources in the specified assembly. This file system is case sensitive.
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
| Name | Description | |
|---|---|---|
![]() | EmbeddedResourceFileSystem() | Initializes a new instance of the EmbeddedResourceFileSystem class using the calling assembly and empty base namespace. |
![]() | EmbeddedResourceFileSystem(Assembly^) | Initializes a new instance of the EmbeddedResourceFileSystem class using the specified assembly and empty base namespace. |
![]() | EmbeddedResourceFileSystem(Assembly^, String^) | Initializes a new instance of the EmbeddedResourceFileSystem class using the specified assembly and base namespace. |
![]() | EmbeddedResourceFileSystem(String^) | Initializes a new instance of the EmbeddedResourceFileSystem class using the calling assembly and specified base namespace. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | 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. |
![]() | TryGetFileInfo(String^, IFileInfo^) | Locate a file at the given path |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

