PluginsManager.IsPluginInstalled(Guid, PluginInfo) Method
Checks whether the specified plug-in is installed and retrieves the information about it.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool IsPluginInstalled(
Guid guid,
out PluginInfo info
)
Public Shared Function IsPluginInstalled (
guid As Guid,
<OutAttribute> ByRef info As PluginInfo
) As Boolean
public:
static bool IsPluginInstalled(
Guid guid,
[OutAttribute] PluginInfo^% info
)
static member IsPluginInstalled :
guid : Guid *
info : PluginInfo byref -> bool
- 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.
Booleantrue if the specified plug-in is installed.