Nexus.Client.PluginManagement.PluginRegistry.UnregisterPlugin C# (CSharp) Method

UnregisterPlugin() public method

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

Same methods

PluginRegistry::UnregisterPlugin ( string p_strPluginPath ) : void