C#: Create a virtual drive in Computer

你离开我真会死。 提交于 2019-11-28 16:42:00
Joel Lucsy

You can use the Dokan library to create a virtual drive. There is a .Net wrapper for interfacing with C#.

Yes, use the classes in System.IO.IsolatedStorage

The contents of My Computer can include Shell Namespace Extensions. These COM objects run inside the main Explorer process, as do many other shell extensions. Using C# for such extensions is a bad idea, since your extension cannot control which CLR version Explorer.exe can use. And Microsoft allows only one CLR per process.

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