C# Class ClearComponentCache.ClearCache

Afficher le fichier Open project: madskristensen/ClearComponentCache Class Usage Examples

Private Properties

Свойство Type Description
ClearCache System
DeleteCacheFolder void
GetFolderPath System.Threading.Tasks.Task
UserWantsToProceed bool

Méthodes publiques

Méthode Description
InitializeAsync ( AsyncPackage package ) : System.Threading.Tasks.Task

Private Methods

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

public static InitializeAsync ( AsyncPackage package ) : System.Threading.Tasks.Task
package AsyncPackage
Résultat System.Threading.Tasks.Task