RuntimeReflectionExtensions.GetRuntimeProperties(Type) 메서드

정의

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

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

매개 변수

type
Type

속성이 포함된 형식입니다.

반환

IEnumerable<PropertyInfo>

지정된 형식에 대한 속성 컬렉션입니다.

예외

type이(가) null인 경우

설명

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

적용 대상

추가 정보