AccessibleObject.IReflect.UnderlyingSystemType プロパティ

定義

IReflect オブジェクトを表す基になる型を取得します。 このメンバーの説明については、 UnderlyingSystemTypeを参照してください。

property Type ^ System::Reflection::IReflect::UnderlyingSystemType { Type ^ get(); };
Type System.Reflection.IReflect.UnderlyingSystemType { get; }
member this.System.Reflection.IReflect.UnderlyingSystemType : Type
 ReadOnly Property UnderlyingSystemType As Type Implements IReflect.UnderlyingSystemType

プロパティ値

IReflect オブジェクトを表す基になる型。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 AccessibleObject インスタンスがIReflect インターフェイスにキャストされている場合にのみ使用できます。

適用対象