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.
我有一个为 .NET Winforms 编写的用户控件。是否可以从 Silverlight 中托管此控件?
不,Silverlight 是一个精简的跨平台 clr,它不执行 winforms。Winforms 与 Windows 的内置 gui 原语密切相关。