.NET FileSystemWatcher 可以与 Mac OS 上的 Mono 一起使用吗?

发布于 2024-11-02 10:31:45 字数 86 浏览 1 评论 0原文

我可以使用 FileSystemWatcher 编写 Microsoft .NET 程序并期望它无需更改即可在使用 Mono 的 Mac OS X 下运行吗?

Can I write a Microsoft .NET programm with a FileSystemWatcher and expect it to work under Mac OS X with Mono without changes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅黛梨妆こ 2024-11-09 10:31:45

是的,无需更改即可运行。 Mono 包含适用于所有平台的 FileSystemWatcher。

请记住,您的代码可能需要使用 Path.PathSeperator 与不同平台上目录名称的不同格式化方式更加兼容。

Yes, it will work without changes. Mono includes a FileSystemWatcher for all platforms.

Keep in mind that your code might want to use Path.PathSeperator to be more compatible with the different ways directory names are formatted on different platforms.

歌入人心 2024-11-09 10:31:45

截至 2011 年 11 月,它已存在并可用于某些用途,但并非全部。

例如,LastWrite 和 Size 似乎不适用于 OSX。

As of November 2011, it exists and works for some uses, but not all.

For example, LastWrite and Size dont seem to work on OSX.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文