C# 可以调用卷影复制服务 API(与编写器相关)吗?如果可以,如何调用?
我想从我的 C# 项目中的某些 VSS 编写器查询备份源。这可能吗?如果是的话该怎么做?我搜索过谷歌但没有找到有用的答案。 任何想法表示赞赏。
I'd like to query backup sources from certain VSS writer in my C# project. Is this possible? And how to do this if yes? I've searched google but did not find useful answers.
Any idea is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在寻找相同的答案。
目前,我的备用想法是用托管 C++ 编译 VSS 编写器,以便我可以从那里调用我的 C# 代码。但是,在尝试之前我也想看看是否有任何替代方案。
I am looking for the same answer.
For now, my fall back idea is to compile the VSS writer in managed C++ so that from there I can call my C# codes. But, I am also looking to see if there are any alternates before trying that out.