提交 04425e81 编写于 作者: R Ravi Chande

Add a comment

上级 3897366b
......@@ -23,6 +23,7 @@ namespace Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess
/// </summary>
internal abstract class InProcComponent : MarshalByRefObject
{
// Ensure InProcComponents live forever
public override object InitializeLifetimeService() => null;
protected InProcComponent() { }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册