TypeDescriptionProvider.GetRuntimeType(Type) メソッド

定義

リフレクション型をランタイム型に変換します。

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

パラメーター

reflectionType
Type

等価のランタイム型に変換する型。

戻り値

reflectionType に等価のランタイム型を表す Type

例外

reflectionTypenull です。

注釈

メソッドは GetRuntimeType 、 メソッドを GetReflectionType 逆にして、リフレクション型をランタイム型に変換します。 ランタイム型を返すために以前の GetRuntimeType バージョンで使用されていた プロパティを UnderlyingSystemType 使用するよりも、 メソッドを使用することをお勧めします。

適用対象