Type.GetFunctionPointerParameterTypes メソッド

定義

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

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

戻り値

Type[]

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

\- または -

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

例外

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

適用対象