AccessibleObject.IReflect.UnderlyingSystemType プロパティ
定義
IReflect オブジェクトを表す基になる型を取得します。Gets the underlying type that represents the IReflect object. このメンバーの詳細については、「UnderlyingSystemType」をご覧ください。For a description of this member, see 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 オブジェクトを表す基になる型。The underlying type that represents the IReflect object.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、AccessibleObject のインスタンスが IReflect インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the AccessibleObject instance is cast to an IReflect interface.