在 .NET 中创建 CD/DVD ISO 映像
我正在寻找一个库(或代码库),它允许使用 .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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
.Net 本身无法创建或操作 ISO 映像。
您可以在 Google 中搜索 ISO 库;我找到了这个。
.Net itself cannot create or manipulate ISO images.
You can search Google for ISO libraries; I found this one.
或者这个: http://isocs.codeplex.com/
拼写错误,但也适用于 DVD。
Or this one: http://isocs.codeplex.com/
Bad spelling, but also works with DVDs.
我一直在寻找一般的 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.