Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 MyClass 的课程。是否可以以编程方式查找继承了 MyClass 的类的列表?我知道我们可以使用反射来发现给定类的所有超类,但是我们能找到子类吗?
理论上是否有可能这样做(因为我还没有听说过一个类知道它何时被扩展)?
您可能想查看反射库
使用反射,您可以查询元数据,例如: