SecureDelete.WipePlugin.PluginManager.ClearList C# (CSharp) Method

ClearList() public method

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