Visual Studio SUO文件的文件格式或解析指南. [英] File format or parsing guidance for Visual Studio SUO files.

查看:148
本文介绍了Visual Studio SUO文件的文件格式或解析指南.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以找到文件格式规范或.suo文件的解析指南?我想从他们那里提取断点信息.

MSDN主题解决方案用户选项(.Suo)文件简要介绍了描述了如何从该结构存储文件中读取和写入存储流,但是该信息非常少,尤其是对于我的结构化存储经验的人而言.

解决方案

几乎没有希望从.suo文件中获取任何有用的信息.即使您确实设法对其(复杂的)格式进行了反向工程,您的辛苦工作也将在Visual Studio的下一版本或Service Pack中消除.

该文件存储IDE状态.也可以从可扩展性接口访问该状态.使用宏来取得成功.在MSDN库中查找EnvDTE命名空间以开始使用.

Where can I find a file format spec, or guidance for parsing, .suo files? I'd like to extract breakpoint information from them.

The MSDN topic Solution User Options (.Suo) File briefly describes how storage streams are read from and written to this structure storage file, but this information is very scant, especially for someone of my structured storage experience.

解决方案

There's little hope to ever get any useful info out of a .suo file. Even if you do manage to reverse-engineer its (complicated) format, your hard work will be for naught with the next release or service pack for Visual Studio.

The file stores IDE state. That state is also accessible from the extensibility interfaces. Use macros to get ahead. Lookup the EnvDTE namespace in the MSDN library to get started.

这篇关于Visual Studio SUO文件的文件格式或解析指南.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆