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

IsPluginActive() public method

Determines if the given plugin is active.
public IsPluginActive ( Plugin p_plgPlugin ) : bool
p_plgPlugin Nexus.Client.Plugins.Plugin The plugin whose active state is to be determined.
return bool
		public bool IsPluginActive(Plugin p_plgPlugin)
		{
			return GetEnlistment().IsPluginActive(p_plgPlugin);
		}