Microsoft.R.Debugger.AD7Engine.IDebugEngineLaunch2 C# (CSharp) Method

IDebugEngineLaunch2() private method

private IDebugEngineLaunch2 ( IDebugProcess2 pProcess ) : int
pProcess IDebugProcess2
return int
        int IDebugEngineLaunch2.CanTerminateProcess(IDebugProcess2 pProcess) {
            ThrowIfDisposed();
            return VSConstants.S_OK;
        }

Same methods

AD7Engine::IDebugEngineLaunch2 ( string pszServer, IDebugPort2 pPort, string pszExe, string pszArgs, string pszDir, string bstrEnv, string pszOptions, enum_LAUNCH_FLAGS dwLaunchFlags, uint hStdInput, uint hStdOutput, uint hStdError, IDebugEventCallback2 pCallback, IDebugProcess2 &ppProcess ) : int