_Type.ReflectedType Property
Definition
Provides COM objects with version-independent access to the ReflectedType property.
public:
property Type ^ ReflectedType { Type ^ get(); };
public Type ReflectedType { get; }
member this.ReflectedType : Type
Public ReadOnly Property ReflectedType As Type
Property Value
The Type object through which this MemberInfo object was obtained.
Remarks
This property is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type.ReflectedType property gets the class object that was used to obtain this member.