0

c# dll 文件(在窗口编译)是否可以使用 edge.js 在 linux(centos)上与 nodejs 一起运行?

我团队中的一名开发人员在 Windows 中编写 c#。

我想重用她的代码而不在 Linux 中重新编码。

我正在使用 node.js。

我们发现边缘模块在 Windows 中从 node.js 生成 c# dll 脚本。

但我们不确定它是否适用于其他操作系统。

c# DLL - 在 windows 中编译,

node.js - Linux (centos)

4

1 回答 1

0

是的,这是一个正常的用例。

edge.func(`
  #r "Library.dll"
  // Other C# code using that library from Node
于 2018-08-28T02:54:54.553 回答