ModuleBuilder.GetArrayMethodCore Metod

Definition

När den åsidosätts i en härledd klass returnerar den namngivna metoden i en matrisklass.

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

Parametrar

arrayClass
Type

En matrisklass.

methodName
String

Namnet på en metod i matrisklassen.

callingConvention
CallingConventions

Metodens anropskonvention.

returnType
Type

Metodens returtyp.

parameterTypes
Type[]

Typerna av metodens parametrar.

Returer

Den namngivna metoden i en matrisklass.

Gäller för