次の方法で共有


IMultiTargetingSupportService.GetRuntimeType(Type) メソッド

定義

指定された型に対応するランタイム型を取得します。

public:
 Type ^ GetRuntimeType(Type ^ reflectionType);
public Type GetRuntimeType (Type reflectionType);
abstract member GetRuntimeType : Type -> Type
Public Function GetRuntimeType (reflectionType As Type) As Type

パラメーター

reflectionType
Type

ランタイム型を取得する型。

戻り値

Type

指定された型に対応するランタイム型。

適用対象