JSFieldInfo.ReflectedType 属性

定义

通过反射获取用于获取此实例的类对象。Gets the class object that was used to obtain this instance through reflection.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

属性值

Type

用于获取此方法的 Type 对象。The Type object that was used to obtain this method.

适用于

另请参阅