好消息是它应该包含在.NET Standard 2.0中.
与此同时,有没有人知道我可以用来获取.NET Standard 1.x中实现给定接口的类型和/或类列表上的接口列表的变通方法?
非常感谢!
using System.Reflection; var interfaces = typeof({SOME_TYPE}).GetTypeInfo().GetInterfaces();