다음을 통해 공유


FileInfoWrapper 클래스

정의

FileInfo의 인스턴스를 래핑하여 FileInfoBase의 구현을 제공합니다.

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

생성자

FileInfoWrapper(FileInfo)

FileInfoWrapper의 인스턴스를 초기화하여 지정된 개체 FileInfo를 래핑합니다.

속성

FullName

파일의 전체 경로입니다. (FullName재정의)

Name

파일 이름입니다. (Name재정의)

ParentDirectory

파일이 들어 있는 디렉터리입니다. (ParentDirectory재정의)

메서드

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상