C# Class MonoRemoteDebugger.VSExtension.VSPackage

Inheritance: Package, IDisposable
Afficher le fichier Open project: techl/MonoRemoteDebugger

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Initialize ( ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void