SecureDelete.WipePlugin.PluginManager.ClearList C# (CSharp) Méthode

ClearList() public méthode

Clear the category of plugins
public ClearList ( ) : void
Résultat void
        public void ClearList()
        {
            DestroyAllPlugins();
            plugins.Clear();
        }