英語で読む

次の方法で共有


ModuleBuilder.GetArrayMethodCore メソッド

定義

派生クラスでオーバーライドされると、配列クラスの名前付きメソッドが返されます。

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

パラメーター

arrayClass
Type

配列クラス。

methodName
String

配列クラスのメソッドの名前。

callingConvention
CallingConventions

メソッドの呼び出し規則。

returnType
Type

メソッドの戻り値の型。

parameterTypes
Type[]

メソッドのパラメーター型。

戻り値

配列クラスの名前付きメソッド。

適用対象

製品 バージョン
.NET 8, 9