_MethodBase.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 that was used to obtain this MemberInfo object.

Remarks

This property is for access to managed classes from unmanaged code and should not be called from managed code.

The ReflectedType property gets the class object that was used to obtain this MemberInfo object.

Applies to