C# Class MonoDevelop.Monobjc.Debugger.MonobjcDebuggerSession

Inheritance: Mono.Debugging.Soft.SoftDebuggerSession
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Méthodes protégées

Méthode Description
EnsureExited ( ) : void

Ensures that the process has exited.

OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void

Called when debugger runs.

Method Details

EnsureExited() protected méthode

Ensures that the process has exited.
protected EnsureExited ( ) : void
Résultat void

OnRun() protected méthode

Called when debugger runs.
protected OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void
startInfo Mono.Debugging.Client.DebuggerStartInfo The start info.
Résultat void