C# Class SonarLint.VisualStudio.Integration.Vsix.SonarLintIntegrationPackage

Inheritance: Microsoft.VisualStudio.Shell.Package
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Initialize ( ) : void

Private Methods

Method Description
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
InitializeSqm ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() protected method

protected Initialize ( ) : void
return void