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 | |
---|---|---|
![]() |
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. |
Methods
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 |
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