ModuleBuilder.GetArrayMethodCore Método

Definición

Cuando se invalida en una clase derivada, devuelve el método con nombre en una clase de matriz.

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

Parámetros

arrayClass
Type

Clase de matriz.

methodName
String

Nombre de un método en la clase de matriz.

callingConvention
CallingConventions

Convención de llamada del método.

returnType
Type

Tipo devuelto del método.

parameterTypes
Type[]

Tipos de los parámetros del método.

Devoluciones

Método con nombre en una clase de matriz.

Se aplica a