Nexus.Client.PluginManagement.InstallationLog.ActivePluginLog.Release C# (CSharp) Method

Release() public method

This disposes of the singleton object, allowing it to be re-initialized.
public Release ( ) : void
return void
		public void Release()
		{
			m_aplCurrent = null;
		}