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

mono_debugger_server_stop_and_wait() private method

private mono_debugger_server_stop_and_wait ( IntPtr handle, int &status ) : TargetError
handle System.IntPtr
status int
return TargetError
        static extern TargetError mono_debugger_server_stop_and_wait(IntPtr handle, out int status);
Inferior