PhysicalFileSystem Class

Represents a physical file system.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.FileSystems.PhysicalFileSystem

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

Syntax

'Declaration
Public Class PhysicalFileSystem _
    Implements IFileSystem
'Usage
Dim instance As PhysicalFileSystem
public class PhysicalFileSystem : IFileSystem
public ref class PhysicalFileSystem : IFileSystem
type PhysicalFileSystem =  
    class 
        interface IFileSystem 
    end
public class PhysicalFileSystem implements IFileSystem

The PhysicalFileSystem type exposes the following members.

Constructors

  Name Description
Public method PhysicalFileSystem Initializes a new instance of the PhysicalFileSystem class.

Top

Properties

  Name Description
Public property Root Gets the root portion of the file.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetDirectoryContents Gets the file contents from the given location.
Public method TryGetFileInfo Gets the file information from the given path.

Top

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

Reference

Microsoft.Owin.FileSystems Namespace