TypeDelegator::BaseType Property

 

Gets the base type for the current type.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property Type^ BaseType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

The base type for a type.

Implements

_Type::BaseType

The base type is the type from which this type directly inherits. Since the Object class type is the ultimate base class of all the other types, it is the only type that does not have a base type. In this case, null is returned as the base type of the Object type.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: