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.
为什么我们需要 CLR 托管?我可以使用 C# 进行 CLR 托管吗?如果是,请举例说明。
CLR 托管是当您有一个本机应用程序想要在同一进程中运行 CLR 时。谈论使用 C# 托管 CLR 是没有意义的,因为如果您正在运行 C# 代码(除了一些非常奇怪的情况) ,那么您已经在运行CLR。
基本上,如果您需要询问它,您几乎可以肯定不需要这样做。
有关详细信息,请参阅MSDN。