DirectoryInfoBase 类

定义

表示一个目录。

public ref class DirectoryInfoBase abstract : Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileSystemInfoBase
public abstract class DirectoryInfoBase : Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase
type DirectoryInfoBase = class
    inherit FileSystemInfoBase
Public MustInherit Class DirectoryInfoBase
Inherits FileSystemInfoBase
继承
DirectoryInfoBase
派生

构造函数

DirectoryInfoBase()

表示一个目录。

属性

FullName

包含文件或目录的完整路径的字符串。

(继承自 FileSystemInfoBase)
Name

包含文件或目录名称的字符串。

(继承自 FileSystemInfoBase)
ParentDirectory

当前文件或目录的父目录。

(继承自 FileSystemInfoBase)

方法

EnumerateFileSystemInfos()

枚举该目录中的所有文件和目录。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetDirectory(String)

返回表示子目录的 DirectoryInfoBase 实例。

GetFile(String)

返回表示目录中文件的 FileInfoBase 实例。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于