Aracılığıyla paylaş


ModuleBuilder.GetArrayMethodCore Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, bir dizi sınıfında adlandırılmış yöntemi döndürür.

protected:
 abstract System::Reflection::MethodInfo ^ GetArrayMethodCore(Type ^ arrayClass, System::String ^ methodName, System::Reflection::CallingConventions callingConvention, Type ^ returnType, cli::array <Type ^> ^ parameterTypes);
protected abstract System.Reflection.MethodInfo GetArrayMethodCore (Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes);
abstract member GetArrayMethodCore : Type * string * System.Reflection.CallingConventions * Type * Type[] -> System.Reflection.MethodInfo
Protected MustOverride Function GetArrayMethodCore (arrayClass As Type, methodName As String, callingConvention As CallingConventions, returnType As Type, parameterTypes As Type()) As MethodInfo

Parametreler

arrayClass
Type

Dizi sınıfı.

methodName
String

Dizi sınıfındaki bir yöntemin adı.

callingConvention
CallingConventions

Yöntemin çağırma kuralı.

returnType
Type

Yönteminin dönüş türü.

parameterTypes
Type[]

Yöntemin parametrelerinin türleri.

Döndürülenler

Bir dizi sınıfındaki adlandırılmış yöntem.

Şunlara uygulanır