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.
这些文件是如何排列的,我在哪里可以找到有关它们的更多信息?
这是我正在使用的 Visual Studio 的最新版本。
不同的系统程序集存在于全局程序集缓存(GAC) 中。
您通常不需要直接访问这些文件 - 请参阅如何:使用MSDN 上的添加引用对话框添加或删除引用。
GAC 中的程序集将出现在对话框的 .NET 选项卡上。
要在类中直接使用命名空间(因此您不需要完全限定它),请使用Imports语句.
Imports