次の方法で共有


TypeDelegator.BaseType プロパティ

現在の型の基本型を取得します。

Overrides Public ReadOnly Property BaseType As Type
[C#]
public override Type BaseType {get;}
[C++]
public: __property Type* get_BaseType();
[JScript]
public override function get BaseType() : Type;

プロパティ値

型の基本型。

解説

基本型は、この型が直接継承された元の型です。 Object クラス型は、その他のすべての型の最後の基本クラスであるため、基本型を持たない唯一の型です。この場合、オブジェクト型の基本型として null 参照 (Visual Basic では Nothing) が返されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間