RuntimeReflectionExtensions.GetRuntimeMethods(Type) 메서드

정의

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

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

매개 변수

type
Type

메서드가 포함된 형식입니다.

반환

IEnumerable<MethodInfo>

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

예외

type이(가) null인 경우

설명

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

적용 대상

추가 정보