C# Class YetiVSI.YetiVSIPackage

Inheritance: Package
ファイルを表示 Open project: googlestadia/vsi-lldb

Public Methods

Method Description
Initialize ( JoinableTaskContext taskContext ) : void
InitializeForTest ( JoinableTaskContext taskContext ) : void
OnDebuggerOptionChanged ( object sender, ValueChangedEventArgs args ) : void
UninitializeForTest ( ) : void
YetiVSIPackage ( ) : Microsoft.VisualStudio.Shell

Protected Methods

Method Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Private Methods

Method Description
CreateService ( IServiceContainer container, Type serviceType ) : object

Method Details

Initialize() protected method

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
return void

Initialize() public method

public Initialize ( JoinableTaskContext taskContext ) : void
taskContext JoinableTaskContext
return void

InitializeForTest() public method

public InitializeForTest ( JoinableTaskContext taskContext ) : void
taskContext JoinableTaskContext
return void

OnDebuggerOptionChanged() public method

public OnDebuggerOptionChanged ( object sender, ValueChangedEventArgs args ) : void
sender object
args ValueChangedEventArgs
return void

UninitializeForTest() public method

public UninitializeForTest ( ) : void
return void

YetiVSIPackage() public method

public YetiVSIPackage ( ) : Microsoft.VisualStudio.Shell
return Microsoft.VisualStudio.Shell