Ejemplo n.º 1
0
 public LaunchParameters(string runnerPath, string frameworkPath, string applicationPath, string startupFile, string remoteDebugMachine, string enableUnmanagedDebugging, Guid debugType, string startupArguments, StartupFileType startupFileType)
 {
     _runnerPath               = runnerPath;
     _frameworkPath            = frameworkPath;
     _applicationPath          = applicationPath;
     _startupFile              = startupFile;
     _remoteDebugMachine       = remoteDebugMachine;
     _enableUnmanagedDebugging = enableUnmanagedDebugging;
     _debugType        = debugType;
     _startupArguments = startupArguments;
     _startupFileType  = startupFileType;
 }
Ejemplo n.º 2
0
		public LaunchParameters(string runnerPath, string frameworkPath, string applicationPath, string startupFile, string remoteDebugMachine, string enableUnmanagedDebugging, Guid debugType, string startupArguments, StartupFileType startupFileType)
		{
			_runnerPath = runnerPath;
			_frameworkPath = frameworkPath;
			_applicationPath = applicationPath;
			_startupFile = startupFile;
			_remoteDebugMachine = remoteDebugMachine;
			_enableUnmanagedDebugging = enableUnmanagedDebugging;
			_debugType = debugType;
			_startupArguments = startupArguments;
			_startupFileType = startupFileType;
		}