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.
根据我的要求,我正在用 C# 代码创建一个套接字,并且必须在其上写入数据。我可以将该套接字传递给 WinRT 组件并在那里执行写操作吗?
谢谢
简短的回答是否定的。
但是,您可以在本机组件 (C++) 中创建一个 WinRT 套接字,并公开可以从托管 (C#) 组件访问的写入操作。我们用 Skype for Windows Phone 做类似的事情。
但这完全取决于您要达到的目标。