_Type.ReflectedType 属性

定义

为 COM 对象提供对 ReflectedType 属性的与版本无关的访问。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

属性值

Type

Type 对象,通过它获取了此 MemberInfo 对象。The Type object through which this MemberInfo object was obtained.

注解

此属性用于从非托管代码访问托管类,不应从托管代码调用。This property is for access to managed classes from unmanaged code, and should not be called from managed code.

Type.ReflectedType属性获取用于获取该成员的类对象。The Type.ReflectedType property gets the class object that was used to obtain this member.

适用于