有没有一种方法可以获得依赖于给定程序集的所有程序集?
伪:
Assembly a = GetAssembly(); var dependants = a.GetDependants();
https://stackoverflow.com/questions/8849289
相似问题