Show / Hide Table of Contents

Class PhoenixDirectoryInfo

Contains the data for a directory.

Inheritance
System.Object
PhoenixFileSystemInfoBase
PhoenixDirectoryInfo
Inherited Members
PhoenixFileSystemInfoBase.PhoenixPath
PhoenixFileSystemInfoBase.Attributes
PhoenixFileSystemInfoBase.CreationTime
PhoenixFileSystemInfoBase.FullName
PhoenixFileSystemInfoBase.DirectoryName
PhoenixFileSystemInfoBase.Name
PhoenixFileSystemInfoBase.LastAccessTime
PhoenixFileSystemInfoBase.LastWriteTime
PhoenixFileSystemInfoBase.Length
PhoenixFileSystemInfoBase.FileSystemType
PhoenixFileSystemInfoBase.ReadOnly
PhoenixFileSystemInfoBase.Available
PhoenixFileSystemInfoBase.Metadata
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.DeviceStorage
Assembly: Phoenix.Abstractions.DeviceStorage.dll
Syntax
public class PhoenixDirectoryInfo : PhoenixFileSystemInfoBase

Constructors

View Source

PhoenixDirectoryInfo(PhoenixPath)

Initializes a new instance of the PhoenixDirectoryInfo class.

Declaration
public PhoenixDirectoryInfo(PhoenixPath path)
Parameters
Type Name Description
PhoenixPath path

A string specifying the path on which to create the DirectoryInfo.

Remarks

This constructor does not verify if the path exists or is valid.

  • View Source
In This Article
Back to top Generated by DocFX