C# Class ClearComponentCache.ClearCache

Show file Open project: madskristensen/ClearComponentCache Class Usage Examples

Private Properties

Property Type Description
ClearCache System
DeleteCacheFolder void
GetFolderPath System.Threading.Tasks.Task
UserWantsToProceed bool

Public Methods

Method Description
InitializeAsync ( AsyncPackage package ) : System.Threading.Tasks.Task

Private Methods

Method Description
ClearCache ( Microsoft.VisualStudio.Shell.OleMenuCommandService commandService, AsyncPackage package ) : System
DeleteCacheFolder ( object sender, EventArgs e ) : void
GetFolderPath ( ) : System.Threading.Tasks.Task
UserWantsToProceed ( ) : bool

Method Details

InitializeAsync() public static method

public static InitializeAsync ( AsyncPackage package ) : System.Threading.Tasks.Task
package AsyncPackage
return System.Threading.Tasks.Task