Nexus.Client.PluginManagement.PluginRegistry.UnregisterPlugin C# (CSharp) Méthode

UnregisterPlugin() public méthode

Removes the given plugin from the registry.
public UnregisterPlugin ( Plugin p_plgPlugin ) : void
p_plgPlugin Nexus.Client.Plugins.Plugin The plugin to unregister.
Résultat void
		public void UnregisterPlugin(Plugin p_plgPlugin)
		{
			GetEnlistment().UnregisterPlugin(p_plgPlugin);
		}

Same methods

PluginRegistry::UnregisterPlugin ( string p_strPluginPath ) : void