SecureDelete.WipePlugin.PluginManager.ClearList C# (CSharp) 메소드

ClearList() 공개 메소드

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