JSMethod.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
属性值
声明此方法的类型。The type that declares this method.