Module.GetMethodImpl 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 조건에 따라 메서드 구현을 반환합니다.
protected:
virtual System::Reflection::MethodInfo ^ GetMethodImpl(System::String ^ name, System::Reflection::BindingFlags bindingAttr, System::Reflection::Binder ^ binder, System::Reflection::CallingConventions callConvention, cli::array <Type ^> ^ types, cli::array <System::Reflection::ParameterModifier> ^ modifiers);
protected virtual System.Reflection.MethodInfo GetMethodImpl(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Reflection.CallingConventions callConvention, Type[] types, System.Reflection.ParameterModifier[] modifiers);
abstract member GetMethodImpl : string * System.Reflection.BindingFlags * System.Reflection.Binder * System.Reflection.CallingConventions * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.MethodInfo
override this.GetMethodImpl : string * System.Reflection.BindingFlags * System.Reflection.Binder * System.Reflection.CallingConventions * Type[] * System.Reflection.ParameterModifier[] -> System.Reflection.MethodInfo
Protected Overridable Function GetMethodImpl (name As String, bindingAttr As BindingFlags, binder As Binder, callConvention As CallingConventions, types As Type(), modifiers As ParameterModifier()) As MethodInfo
매개 변수
- name
- String
메서드 이름입니다.
- bindingAttr
- BindingFlags
검색을 제어하는 BindingFlags 데 사용되는 비트 플래그 중 하나입니다.
- binder
- Binder
이 메서드와 Binder관련된 속성을 포함하는 구현하는 개체입니다.
- callConvention
- CallingConventions
메서드에 대한 호출 규칙입니다.
- types
- Type[]
검색할 매개 변수 형식입니다.
- modifiers
- ParameterModifier[]
형식이 수정된 매개 변수 서명과 바인딩을 사용하는 데 사용되는 매개 변수 한정자의 배열입니다.
반품
MethodInfo 지정된 구현 정보를 포함하는 개체이거나 null 메서드가 없는 경우입니다.
예외
types은 null입니다.