Bagikan melalui


ModuleBuilder.GetArrayMethodCore Metode

Definisi

Saat ditimpa di kelas turunan, mengembalikan metode bernama pada kelas array.

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

Parameter

arrayClass
Type

Kelas array.

methodName
String

Nama metode pada kelas array.

callingConvention
CallingConventions

Konvensi panggilan metode.

returnType
Type

Jenis pengembalian metode .

parameterTypes
Type[]

Jenis parameter metode.

Mengembalikan

Metode bernama pada kelas array.

Berlaku untuk