A utility command to clear the current user's plugin metadata cache.

Namespace:  Gallio.Runtime.UtilityCommands
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class ClearCurrentUserPluginCacheUtilityCommand : BaseUtilityCommand<Object>
Visual Basic (Declaration)
Public Class ClearCurrentUserPluginCacheUtilityCommand _
	Inherits BaseUtilityCommand(Of Object)

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.UtilityCommands..::.BaseUtilityCommand<(Of <(Object>)>)
    Gallio.Runtime.UtilityCommands..::.ClearCurrentUserPluginCacheUtilityCommand

See Also