PluginsManager.IsPluginInstalled(Guid, PluginInfo) Method

Checks whether the specified plug-in is installed and retrieves the information about it.

Definition

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

Parameters

guid  Guid
PublicGuid of the plug-in to look for.
info  PluginInfo
If the plug-in is found then receives the information about it, otherwise receives null.

Return Value

Boolean
true if the specified plug-in is installed.

See Also