本文介绍了在创建.NET中的CD / DVD ISO映像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在寻找一个库(或codeBase的),这将允许创建一个ISO映像从CD / DVD与.NET平台。
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.
请问在.NET框架本身支持创建ISO映像?
Does the .NET framework itself support the creation of ISO images?
我AP preciate任何意见。
I appreciate any advice.
推荐答案
净本身不能创建或操作ISO映像。
.Net itself cannot create or manipulate ISO images.
You can search Google for ISO libraries; I found this one.
这篇关于在创建.NET中的CD / DVD ISO映像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!