GoogleTestAdapter.TestAdapter.Framework.DebuggedProcessLauncher.DebuggedProcessLauncher C# (CSharp) Method

DebuggedProcessLauncher() public method

public DebuggedProcessLauncher ( IFrameworkHandle handle ) : System.Collections.Generic
handle IFrameworkHandle
return System.Collections.Generic
        public DebuggedProcessLauncher(IFrameworkHandle handle)
        {
            _frameworkHandle = handle;
        }