次の方法で共有


MultiTargetingSupportService.GetRuntimeType(Type) メソッド

定義

特定のリフレクション型を持つランタイム型を取得します。

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

パラメーター

reflectionType
Type

リフレクション型。

戻り値

リフレクションの型に関連付けられているランタイム型。

実装

適用対象