TypeDelegator.GetMethods(BindingFlags) 메서드

정의

현재 MethodInfo로 래핑된 형식의 지정한 메서드를 나타내는 TypeDelegator 개체의 배열을 반환합니다.

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.MethodInfo[] GetMethods (System.Reflection.BindingFlags bindingAttr);
override this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Overrides Function GetMethods (bindingAttr As BindingFlags) As MethodInfo()

매개 변수

bindingAttr
BindingFlags

검색 수행 방법에 영향을 주는 비트 마스크입니다. 이 값은 0이나 BindingFlags의 여러 비트 플래그의 조합으로 구성됩니다.

반환

MethodInfo에 정의된 메서드를 나타내는 TypeDelegator 개체의 배열입니다.

적용 대상