PluginsManager.IsPluginInstalled(Guid) Method

Checks whether the specified plug-in is installed.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool IsPluginInstalled(
	Guid guid
)

Parameters

guid  Guid
PublicGuid of the plug-in to look for.

Return Value

Boolean
true if the specified plug-in is installed.

See Also