RuntimeReflectionExtensions 클래스

정의

가동시간에 유형에 대한 정보를 검색하는 방법을 제공한다.

public ref class RuntimeReflectionExtensions abstract sealed
public static class RuntimeReflectionExtensions
type RuntimeReflectionExtensions = class
Public Module RuntimeReflectionExtensions
상속
RuntimeReflectionExtensions

메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

GetRuntimeBaseDefinition(MethodInfo)

메서드가 처음으로 선언된 직접 또는 간접 기본 클래스에서 지정된 메서드를 표현하는 개체를 검색합니다.

GetRuntimeEvent(Type, String)

지정된 이벤트를 나타내는 개체를 검색합니다.

GetRuntimeEvents(Type)

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

GetRuntimeField(Type, String)

지정된 필드를 나타내는 개체를 검색합니다.

GetRuntimeFields(Type)

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

GetRuntimeInterfaceMap(TypeInfo, Type)

지정된 형식과 지정된 인터페이스에 대한 인터페이스 매핑을 반환합니다.

GetRuntimeMethod(Type, String, Type[])

지정된 메서드를 나타내는 개체를 검색합니다.

GetRuntimeMethods(Type)

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

GetRuntimeProperties(Type)

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

GetRuntimeProperty(Type, String)

지정된 속성을 나타내는 개체를 검색합니다.

적용 대상