IReflect オブジェクトを表す基になる型を取得します。
ReadOnly Property UnderlyingSystemType As Type
[C#]
Type UnderlyingSystemType {get;}
[C++]
__property Type* get_UnderlyingSystemType();
[JScript]
function get UnderlyingSystemType() : Type;
プロパティ値
IReflect オブジェクトを表す基になる型。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IReflect インターフェイス | IReflect メンバ | System.Reflection 名前空間 | Object