C# 클래스 MonoDevelop.Monobjc.Debugger.MonobjcDebuggerSession

상속: Mono.Debugging.Soft.SoftDebuggerSession
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

보호된 메소드들

메소드 설명
EnsureExited ( ) : void

Ensures that the process has exited.

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

Called when debugger runs.

메소드 상세

EnsureExited() 보호된 메소드

Ensures that the process has exited.
protected EnsureExited ( ) : void
리턴 void

OnRun() 보호된 메소드

Called when debugger runs.
protected OnRun ( Mono.Debugging.Client.DebuggerStartInfo startInfo ) : void
startInfo Mono.Debugging.Client.DebuggerStartInfo The start info.
리턴 void