IDebugEngineNonDebugLaunch168.LaunchNonDebugProcess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int LaunchNonDebugProcess(System::String ^ pszExe, System::String ^ pszArgs, System::String ^ pszDir, System::String ^ bstrEnv, System::String ^ pszOptions, System::UInt32 dwLaunchFlags, cli::array <Microsoft::VisualStudio::Debugger::Interop::PROCESS_STARTUP_INFO> ^ pStartupInfo, Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pCallback);
public int LaunchNonDebugProcess (string pszExe, string pszArgs, string pszDir, string bstrEnv, string pszOptions, uint dwLaunchFlags, Microsoft.VisualStudio.Debugger.Interop.PROCESS_STARTUP_INFO[] pStartupInfo, Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pCallback);
abstract member LaunchNonDebugProcess : string * string * string * string * string * uint32 * Microsoft.VisualStudio.Debugger.Interop.PROCESS_STARTUP_INFO[] * Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 -> int
Public Function LaunchNonDebugProcess (pszExe As String, pszArgs As String, pszDir As String, bstrEnv As String, pszOptions As String, dwLaunchFlags As UInteger, pStartupInfo As PROCESS_STARTUP_INFO(), pCallback As IDebugEventCallback2) As Integer
Parameters
- pszExe
- String
- pszArgs
- String
- pszDir
- String
- bstrEnv
- String
- pszOptions
- String
- dwLaunchFlags
- UInt32
- pStartupInfo
- PROCESS_STARTUP_INFO[]
- pCallback
- IDebugEventCallback2