ModuleBuilder.GetArrayMethodCore Method

Definition

When overridden in a derived class, returns the named method on an array class.

C#
protected abstract System.Reflection.MethodInfo GetArrayMethodCore(Type arrayClass, string methodName, System.Reflection.CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes);

Parameters

arrayClass
Type

An array class.

methodName
String

The name of a method on the array class.

callingConvention
CallingConventions

The method's calling convention.

returnType
Type

The return type of the method.

parameterTypes
Type[]

The types of the method's parameters.

Returns

The named method on an array class.

Applies to

Toode Versioonid
.NET 8, 9, 10