FileSystemEnumerator<TResult> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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>(String, EnumerationOptions) |
찾기 작업을 캡슐화합니다. |
속성
Current |
현재 방문한 요소를 가져옵니다. |
메서드
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() |
항상NotSupportedException을 throw합니다. |
ShouldIncludeEntry(FileSystemEntry) |
파생 클래스에서 재정의되는 경우 지정된 파일 시스템 항목을 결과에 포함할지 여부를 결정합니다. |
ShouldRecurseIntoEntry(FileSystemEntry) |
파생 클래스에서 재정의되는 경우 지정된 파일 시스템 항목이 재귀되는지 여부를 결정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
TransformEntry(FileSystemEntry) |
파생 클래스에서 재정의되는 경우 현재 항목에서 결과 유형을 생성합니다. |
명시적 인터페이스 구현
IEnumerator.Current |
현재 방문한 개체를 가져옵니다. |
적용 대상
.NET