Niklas Rosencrantz Asked: 2017-07-14 03:06:40 +0800 CST2017-07-14 03:06:40 +0800 CST 2017-07-14 03:06:40 +0800 CST 如何使用 C# 添加引用 772 我想编译并执行一个需要外部 dll 的 C# 程序。在 Visual Studio 中,我们只需添加...引用。使用 Ubuntu 16.04 的相应方法是什么?我使用微软的SDK。 c# 1 个回答 Voted Best Answer Niklas Rosencrantz 2017-08-05T19:07:22+08:002017-08-05T19:07:22+08:00 我找到了一种使用单声道的方法:$ mcs -r:FortnoxAPILibrary.dll Program.cs;./Program.exe
我找到了一种使用单声道的方法:
$ mcs -r:FortnoxAPILibrary.dll Program.cs;./Program.exe