FileSystemEnumerator<TResult> 클래스

정의

검색되고 필터링되는 제공된 형식의 파일 시스템 요소를 열거합니다 FileSystemEnumerable<TResult>.

generic <typename TResult>
public ref class FileSystemEnumerator abstract : System::Runtime::ConstrainedExecution::CriticalFinalizerObject, System::Collections::Generic::IEnumerator<TResult>
public abstract class FileSystemEnumerator<TResult> : System.Runtime.ConstrainedExecution.CriticalFinalizerObject, System.Collections.Generic.IEnumerator<TResult>
type FileSystemEnumerator<'Result> = class
    inherit CriticalFinalizerObject
    interface IEnumerator<'Result>
    interface IEnumerator
    interface IDisposable
Public MustInherit Class FileSystemEnumerator(Of TResult)
Inherits CriticalFinalizerObject
Implements IEnumerator(Of TResult)

형식 매개 변수

TResult

이 파일 시스템 열거자가 생성한 결과의 형식입니다.

상속
FileSystemEnumerator<TResult>
구현

생성자

Name Description
FileSystemEnumerator<TResult>(String, EnumerationOptions)

찾기 작업을 캡슐화합니다.

속성

Name Description
Current

현재 방문한 요소를 가져옵니다.

메서드

Name Description
ContinueOnError(Int32)

파생 클래스에서 재정의되는 경우 실행을 계속할지 아니면 기본 예외를 throw할지를 나타내는 값을 반환합니다.

Dispose()

클래스의 현재 인스턴스에서 사용하는 리소스를 해제합니다 FileSystemEnumerator<TResult> .

Dispose(Boolean)

파생 클래스에서 재정의되는 경우 클래스에서 사용하는 FileSystemEnumerator<TResult> 관리되지 않는 리소스를 해제하고 관리되는 리소스를 선택적으로 해제합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

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

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

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

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

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

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

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

열거자를 다음 항목 FileSystemEnumerator<TResult>으로 이동합니다.

OnDirectoryFinished(ReadOnlySpan<Char>)

파생 클래스에서 재정의되는 경우 디렉터리의 끝에 도달할 때마다 이 메서드가 호출됩니다.

Reset()

항상 throw합니다.NotSupportedException

ShouldIncludeEntry(FileSystemEntry)

파생 클래스에서 재정의되는 경우 지정된 파일 시스템 항목을 결과에 포함할지 여부를 결정합니다.

ShouldRecurseIntoEntry(FileSystemEntry)

파생 클래스에서 재정의되는 경우 지정된 파일 시스템 항목을 재귀해야 하는지 여부를 결정합니다.

ToString()

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

(다음에서 상속됨 Object)
TransformEntry(FileSystemEntry)

파생 클래스에서 재정의되는 경우 현재 항목에서 결과 형식을 생성합니다.

명시적 인터페이스 구현

Name Description
IEnumerator.Current

현재 방문한 개체를 가져옵니다.

적용 대상