Nexus.Client.PluginManagement.InstallationLog.ActivePluginLog.IsPluginActive C# (CSharp) 메소드

IsPluginActive() 공개 메소드

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.
리턴 bool
		public bool IsPluginActive(Plugin p_plgPlugin)
		{
			return GetEnlistment().IsPluginActive(p_plgPlugin);
		}