Write to a CD from .Net [closed]

浪子不回头ぞ 提交于 2019-12-18 09:28:13

问题


Is there an easy way to write to a CD from .Net? How about creating a multisession CD that autoruns an executable that writes to itself?


回答1:


You can do this via the ICDBurn interface.

See this article for details.




回答2:


IMAPI is what you want. There are .net wrappers, but I've never used any of them.




回答3:


IMAPI2. In short, no, there is no easy way to write to a CD from within .NET.




回答4:


Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2 @ codeproject.com



来源:https://stackoverflow.com/questions/799867/write-to-a-cd-from-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!