_MemberInfo.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 对象的 MemberInfo 对象。The Type object that was used to obtain this MemberInfo object.
注解
此属性用于从非托管代码访问托管类,不应从托管代码调用。This property is for access to managed classes from unmanaged code and should not be called from managed code.
MemberInfo.ReflectedType属性获取用于获取的此实例的类对象 MemberInfo 。The MemberInfo.ReflectedType property gets the class object that was used to obtain this instance of MemberInfo.