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)

System::Object
  Microsoft.Owin.FileSystems::EmbeddedResourceFileSystem

public ref class EmbeddedResourceFileSystem : IFileSystem

NameDescription
System_CAPS_pubmethodEmbeddedResourceFileSystem()

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

System_CAPS_pubmethodEmbeddedResourceFileSystem(Assembly^)

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

System_CAPS_pubmethodEmbeddedResourceFileSystem(Assembly^, String^)

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

System_CAPS_pubmethodEmbeddedResourceFileSystem(String^)

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetDirectoryContents(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_pubmethodTryGetFileInfo(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.

Return to top
Show: