Share via


Microsoft.Owin.FileSystems Namespace

 

The Microsoft.Owin.FileSystems namespace provides types related to file information.

Classes

Class Description
System_CAPS_pubclass EmbeddedResourceFileSystem

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

System_CAPS_pubclass PhysicalFileSystem

Looks up files using the on-disk file system

Interfaces

Interface Description
System_CAPS_pubinterface IFileInfo

Represents a file in the given file system.

System_CAPS_pubinterface IFileSystem

A file system abstraction

Return to top