PluginsManager.IsPluginInstalled(Guid) Method
Checks whether the specified plug-in is installed.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsPluginInstalled(
Guid guid
)
Public Shared Function IsPluginInstalled (
guid As Guid
) As Boolean
public:
static bool IsPluginInstalled(
Guid guid
)
static member IsPluginInstalled :
guid : Guid -> bool
- guid Guid
- PublicGuid of the plug-in to look for.
Booleantrue if the specified plug-in is installed.