GetExistingPluginVersion Delegate
Returns either the value of
Version for existing plug-in or
if the plug-in is missing.
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public delegate Version GetExistingPluginVersion(
Guid publicGuid
)
Public Delegate Function GetExistingPluginVersion (
publicGuid As Guid
) As Version
public delegate Version^ GetExistingPluginVersion(
Guid publicGuid
)
type GetExistingPluginVersion =
delegate of
publicGuid : Guid -> Version
- publicGuid Guid
- Value of PublicGuid to find the plug-in by.
VersionThe value of
Version for existing plug-in or
if the plug-in is missing.