GetExistingPluginVersion Delegate

Returns either the value of Version for existing plug-in or if the plug-in is missing.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public delegate Version GetExistingPluginVersion(
	Guid publicGuid
)

Parameters

publicGuid  Guid
Value of PublicGuid to find the plug-in by.

Return Value

Version
The value of Version for existing plug-in or if the plug-in is missing.

See Also