FileInfoBase 类

定义

表示文件。

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

构造函数

FileInfoBase()

表示文件。

属性

FullName

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

(继承自 FileSystemInfoBase)
Name

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

(继承自 FileSystemInfoBase)
ParentDirectory

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

(继承自 FileSystemInfoBase)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于