简体   繁体   English

vshost文件的目的是什么?

[英]what's the purpose for vshost file?

在Visual Studio下,我发现控制台程序实际上是*** vshost.exe,我想知道此文件的用途吗?

The hosting process is a feature in Visual Studio 2005 that improves debugging performance, enables partial trust debugging, and enables design time expression evaluation. 宿主过程是Visual Studio 2005中的一项功能,可提高调试性能,启用部分信任调试并启用设计时表达式评估。 The hosting process files contain vshost in the file name and are placed in the output folder of your project. 托管进程文件的名称中包含vshost,并放置在项目的输出文件夹中。

http://msdn.microsoft.com/en-us/library/ms185331(VS.80).aspx http://msdn.microsoft.com/en-us/library/ms185331(VS.80).aspx

Those are used when the application is started from within Visual Studio. 从Visual Studio中启动应用程序时,将使用它们。 It's for the interaction with the IDE, it's not needed when you run the application on it's own. 它用于与IDE进行交互,当您自己运行应用程序时不需要它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM