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# dll 文件(在窗口编译)是否可以使用 edge.js 在 linux(centos)上与 nodejs 一起运行?
我团队中的一名开发人员在 Windows 中编写 c#。
我想重用她的代码而不在 Linux 中重新编码。
我正在使用 node.js。
我们发现边缘模块在 Windows 中从 node.js 生成 c# dll 脚本。
但我们不确定它是否适用于其他操作系统。
c# DLL - 在 windows 中编译,
node.js - Linux (centos)
是的,这是一个正常的用例。
edge.func(` #r "Library.dll" // Other C# code using that library from Node