ParameterInfo.GetModifiedParameterType メソッド

定義

このパラメーター オブジェクトの変更された型を取得します。

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

戻り値

変更された型。

注釈

変更された型は をGetOptionalCustomModifiersGetRequiredCustomModifiersサポートし、GetFunctionPointerCallingConventions関数ポインターからカスタム修飾子を取得するために使用されます。

変更された型から通常の変更されていない型を取得するには、 を使用 UnderlyingSystemTypeします。

このメソッドは、マネージド コンパイラのデザイナー向けに提供されます。 カスタム修飾子の詳細については、名前空間のクラスに関するページを System.Runtime.CompilerServices 参照してください。 共通 言語インフラストラクチャ (CLI) ドキュメントのパーティション II のメタデータ仕様も参照してください。

適用対象

こちらもご覧ください