Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Type::UnderlyingSystemType Property

 

Indicates the type provided by the common language runtime that represents this type.

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

public:
property Type^ UnderlyingSystemType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The underlying system type for the Type.

.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: