单声道 - System.Printing.dll在哪里

时间:2016-01-21 12:52:25

标签: mono

我正在尝试将原始ascii数据发送到.NET应用程序中的CUPS打印机(原始队列)。我的第一个想法是使用类PrintServer / PrintQueue / PrintQueueJob但运行我的应用程序会抛出System.Printing.dll的FileNotFoundException。如果我理解页面Mono StatusMono System.Printing in 4.0 vs MS.NET 4.5更正了System.Printing.dll,那么这些类在Mono中可用。我错了吗?

1 个答案:

答案 0 :(得分:0)

当Mono项目迁移到基于GitHub Markdown的新网站时,该页面几乎无用了,

http://www.mono-project.com/docs/about-mono/compatibility/

System.Printing from .NET Framework使用太多仅Windows的API,因此将它带到Mono / Linux是没有意义的。

检查兼容性的另一种方法是直接检查Mono源代码,

https://github.com/mono/mono/tree/master/mcs/class

您可以看到没有System.Printing文件夹。