次の方法で共有


GenericMethodInvoker(Type, String, Int32) コンストラクター

定義

GenericMethodInvoker クラスの新しいインスタンスを初期化します。

public GenericMethodInvoker (Type grainInterfaceType, string methodName, int typeParameterCount);
new Orleans.CodeGeneration.GenericMethodInvoker : Type * string * int -> Orleans.CodeGeneration.GenericMethodInvoker
Public Sub New (grainInterfaceType As Type, methodName As String, typeParameterCount As Integer)

パラメーター

grainInterfaceType
Type

メソッドが存在するグレイン インターフェイス型。

methodName
String

メソッドの名前。

typeParameterCount
Int32

メソッドに含まれる型パラメーターの数。

適用対象