在 .NET 中创建 CD/DVD ISO 映像

发布于 2024-08-16 02:47:58 字数 103 浏览 8 评论 0原文

我正在寻找一个库(或代码库),它允许使用 .NET 平台从 CD/DVD 创建 ISO 映像。

.NET框架本身是否支持ISO映像的创建?

我很感激任何建议。

I'm searching for a library (or codebase) which will allow the creation of an ISO image from a CD/DVD with the .NET platform.

Does the .NET framework itself support the creation of ISO images?

I appreciate any advice.

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

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

发布评论

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

评论(3

听闻余生 2024-08-23 02:47:58

.Net 本身无法创建或操作 ISO 映像。

您可以在 Google 中搜索 ISO 库;我找到了这个

.Net itself cannot create or manipulate ISO images.

You can search Google for ISO libraries; I found this one.

绮烟 2024-08-23 02:47:58

或者这个: http://isocs.codeplex.com/

拼写错误,但也适用于 DVD。

Or this one: http://isocs.codeplex.com/

Bad spelling, but also works with DVDs.

云裳 2024-08-23 02:47:58

我一直在寻找一般的 ISO 处理(阅读和写作),我找到了这个页面: .NET DiscUtils

MIT License ,仅托管代码并支持 FAT、NTFS 和虚拟机映像。如果你想读回你的东西,可能值得一看。

I was looking for ISO handling in general (reading AND writing) and I found this page: .NET DiscUtils

MIT License, only managed code and supports FAT, NTFS and virtual machine images. Might be worth a look if you want to read back your stuff.

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