RegistryHelper.GetApplicationKey Method
Gets the registry key for the 12d Synergy application
Public Shared Function GetApplicationKey( _
Optional ByVal version As String = null _
) As String
This language is not supported or no code example is available.
public static string GetApplicationKey(
string version = null
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public static function GetApplicationKey(
version : String
) : String;
This language is not supported or no code example is available.
Parameters
-
version
-
string
Return Value
string
For anything below 5.0, the key will be the same as the original "SOFTWARE\12d\12d Synergy".
Otherwise, it will be on it's own sub key depending on the major version i.e.: "SOFTWARE\12d\12d Synergy\5.0"
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1