IDebugNativePort2.AddProcess 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 AddProcess(Microsoft::VisualStudio::Debugger::Interop::AD_PROCESS_ID ProcessId, System::String ^ pszProcessName, int fCanDetach, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProcess2 ^ % ppPortProcess);
public int AddProcess(Microsoft.VisualStudio.Debugger.Interop.AD_PROCESS_ID ProcessId, string pszProcessName, int fCanDetach, out Microsoft.VisualStudio.Debugger.Interop.IDebugProcess2 ppPortProcess);
abstract member AddProcess : Microsoft.VisualStudio.Debugger.Interop.AD_PROCESS_ID * string * int * IDebugProcess2 -> int
Public Function AddProcess (ProcessId As AD_PROCESS_ID, pszProcessName As String, fCanDetach As Integer, ByRef ppPortProcess As IDebugProcess2) As Integer
Parameters
- ProcessId
- AD_PROCESS_ID
- pszProcessName
- String
- fCanDetach
- Int32
- ppPortProcess
- IDebugProcess2