Type.GetFunctionPointerReturnType メソッド

定義

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

public:
 virtual Type ^ GetFunctionPointerReturnType();
public virtual Type GetFunctionPointerReturnType ();
abstract member GetFunctionPointerReturnType : unit -> Type
override this.GetFunctionPointerReturnType : unit -> Type
Public Overridable Function GetFunctionPointerReturnType () As Type

戻り値

現在の Type 関数ポインター Typeの戻り値の型を表す オブジェクト。

例外

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

適用対象