IReflect::UnderlyingSystemType Property

 

Gets the underlying type that represents the IReflect object.

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

property Type^ UnderlyingSystemType {
	Type^ get();
}

Property Value

Type: System::Type^

The underlying type that represents the IReflect object.

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