Mono.Debugger.Backend.Inferior.mono_debugger_server_attach C# (CSharp) Method

mono_debugger_server_attach() private method

private mono_debugger_server_attach ( IntPtr handle, int child_pid ) : TargetError
handle System.IntPtr
child_pid int
return TargetError
        static extern TargetError mono_debugger_server_attach(IntPtr handle, int child_pid);
Inferior