如何使用反射枚举部件中的所有DLLImport? 最佳答案 遍历每个类中的每个方法,并检查GetCustomAttributes(typeof(DllImportAttribute))是否返回任何内容。