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

RestartNotification() public method

public RestartNotification ( ) : void
return void
        public void RestartNotification()
        {
            check_error (mono_debugger_server_restart_notification (server_handle));
        }
Inferior