Share via


DirectoryInfoWrapper 클래스

정의

DirectoryInfo의 인스턴스를 래핑하고 DirectoryInfoBase의 구현을 제공합니다.

public ref class DirectoryInfoWrapper : Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase
public class DirectoryInfoWrapper : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase
type DirectoryInfoWrapper = class
    inherit DirectoryInfoBase
Public Class DirectoryInfoWrapper
Inherits DirectoryInfoBase
상속

생성자

DirectoryInfoWrapper(DirectoryInfo)

DirectoryInfoWrapper의 인스턴스를 초기화합니다.

속성

FullName

디렉터리의 전체 경로를 반환합니다.

Name

파일 또는 디렉터리의 이름을 가져옵니다.

ParentDirectory

부모 디렉터리를 반환합니다.

메서드

EnumerateFileSystemInfos()

디렉터리의 모든 파일 및 디렉터리를 열거합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetDirectory(String)

하위 디렉터리를 나타내는 DirectoryInfoBase의 인스턴스를 반환합니다.

GetFile(String)

디렉터리의 파일을 나타내는 FileInfoBase의 인스턴스를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상