Method GetExtensionVersion
GetExtensionVersion(string)
Returns the version number of the given extension.
Declaration
public static uint GetExtensionVersion(string extensionName)
Parameters
Type | Name | Description |
---|---|---|
string | extensionName | Name of the extension |
Returns
Type | Description |
---|---|
uint | Version number of given extension, or zero if the extension was not found |