TypeDelegator.GetFunctionPointerParameterTypes メソッド

定義

派生クラスでオーバーライドされると、現在の関数ポインター のパラメーター型 を返します Type

public:
 override cli::array <Type ^> ^ GetFunctionPointerParameterTypes();
public override Type[] GetFunctionPointerParameterTypes ();
override this.GetFunctionPointerParameterTypes : unit -> Type[]
Public Overrides Function GetFunctionPointerParameterTypes () As Type()

戻り値

Type[]

現在の Type 関数ポインター Typeのすべてのパラメーター型を表す オブジェクトの配列。

または

現在の関数ポインターTypeにパラメーターが定義されていない場合は、 型Typeの空の配列。

例外

現在の型は関数ポインターではありません。 つまり、IsFunctionPointer プロパティが false を返します。

適用対象