다음을 통해 공유


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)

적용 대상