C# Class GoogleTestAdapter.TestAdapter.Framework.DebuggedProcessLauncher

Inheritance: IDebuggedProcessLauncher
Mostra file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
DebuggedProcessLauncher ( IFrameworkHandle handle ) : System.Collections.Generic
LaunchProcessWithDebuggerAttached ( string command, string workingDirectory, string param, string pathExtension ) : int

Method Details

DebuggedProcessLauncher() public method

public DebuggedProcessLauncher ( IFrameworkHandle handle ) : System.Collections.Generic
handle IFrameworkHandle
return System.Collections.Generic

LaunchProcessWithDebuggerAttached() public method

public LaunchProcessWithDebuggerAttached ( string command, string workingDirectory, string param, string pathExtension ) : int
command string
workingDirectory string
param string
pathExtension string
return int