C# 클래스 MonoRemoteDebugger.VSExtension.VSPackage

상속: Package, IDisposable
파일 보기 프로젝트 열기: techl/MonoRemoteDebugger

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
DebugLocalClicked ( object sender, EventArgs e ) : void
DebugRemoteClicked ( object sender, EventArgs e ) : void
InstallMenu ( Microsoft.VisualStudio.Shell.OleMenuCommandService mcs ) : void
OpenLogFile ( object sender, EventArgs e ) : void
StartLocalServer ( ) : void
StartSearching ( ) : void
TryRegisterAssembly ( ) : void
cmd_BeforeQueryStatus ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void