MultiTargetingSupportService.GetReflectionType(Type) メソッド

定義

オブジェクト型を指定するリフレクション型を取得します。

public:
 abstract Type ^ GetReflectionType(Type ^ objectType);
public abstract Type GetReflectionType(Type objectType);
abstract member GetReflectionType : Type -> Type
Public MustOverride Function GetReflectionType (objectType As Type) As Type

パラメーター

objectType
Type

オブジェクトの種類。

返品

リフレクションの種類。

適用対象