Retrieves the underlying Type that represents the IReflect object.
[Visual Basic] ReadOnly Property UnderlyingSystemType As Type [C#] Type UnderlyingSystemType {get;} [C++] Type* get_UnderlyingSystemType() = 0; [JScript] abstract function get UnderlyingSystemType() : Type;
Read-only.
The underlying Type that represents the IReflect object.
For expando object, the returned type is the (Object) IReflectInstance.GetType().
IReflect Interface | IReflect Members | System.Reflection Namespace | Object