Module.GetMethodImpl Yöntem

Tanım

Belirtilen ölçütlere uygun olarak yöntem uygulamasını döndürür.

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

Parametreler

name
String

Yöntem adı.

bindingAttr
BindingFlags

BindingFlags Aramayı denetlemek için kullanılan bit bayraklarından biri.

binder
Binder

Bu yöntemle ilgili özellikleri içeren öğesini uygulayan Binderbir nesne.

callConvention
CallingConventions

yöntemi için çağırma kuralı.

types
Type[]

Aranacak parametre türleri.

modifiers
ParameterModifier[]

Bağlamanın, türlerin değiştirildiği parametre imzalarıyla çalışmasını sağlamak için kullanılan parametre değiştiricileri dizisi.

Döndürülenler

MethodInfo Belirtilen uygulama bilgilerini içeren veya null yöntem yoksa bir nesne.

Özel durumlar

types, null'e eşittir.

Şunlara uygulanır

Ayrıca bkz.