RuntimeReflectionExtensions.GetRuntimeFields(Type) 메서드

정의

지정된 형식에서 정의된 모든 메소드를 나타내는 컬렉션을 검색합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::FieldInfo ^> ^ GetRuntimeFields(Type ^ type);
public static System.Collections.Generic.IEnumerable<System.Reflection.FieldInfo> GetRuntimeFields (this Type type);
static member GetRuntimeFields : Type -> seq<System.Reflection.FieldInfo>
<Extension()>
Public Function GetRuntimeFields (type As Type) As IEnumerable(Of FieldInfo)

매개 변수

type
Type

필드가 포함된 형식입니다.

반환

IEnumerable<FieldInfo>

지정된 형식의 필드 컬렉션입니다.

예외

type이(가) null인 경우

설명

이 메서드는 상속된, 비공개, 인스턴스 및 정적 필드를 포함하여 지정된 형식에 정의된 모든 필드를 반환합니다.

적용 대상

추가 정보