C# Class ExtensionSync.ExtensionSyncPackage

Inheritance: Microsoft.VisualStudio.Shell.Package, IVsShellPropertyEvents
Show file Open project: latish/VisualStudioExtensionSync

Private Properties

Property Type Description
CleanUpFileWatcher void
LogMessage void
OnFileWatcherOnChanged void
OptionsPageSettingsDirectoryPathUpdated void
PersistExtensionSettings void
SetUpLogger void
SetupFileWatcher void
SynchronizeExtensions void

Public Methods

Method Description
OnShellPropertyChange ( int propid, object var ) : int

Protected Methods

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

Private Methods

Method Description
CleanUpFileWatcher ( ) : void
LogMessage ( string message ) : void
OnFileWatcherOnChanged ( object s, FileSystemEventArgs e ) : void
OptionsPageSettingsDirectoryPathUpdated ( string path ) : void
PersistExtensionSettings ( ) : void
SetUpLogger ( ) : void
SetupFileWatcher ( ) : void
SynchronizeExtensions ( ) : void

Method Details

Dispose() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

OnShellPropertyChange() public method

public OnShellPropertyChange ( int propid, object var ) : int
propid int
var object
return int