Keysight Pathwave 89600 VSA .NET API
GetVersionInfos Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ApplicationFactory Class : GetVersionInfos Method


versionNames
A list of the release names (version strings from the GetAvailableVersions method) to get the version information for.

Glossary Item Box

Gets the version information for the specified release name of the VSA software that are currently installed on the local system that this call is being made on.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetVersionInfos( _
   ByVal versionNames As IEnumerable(Of String) _
) As Dictionary(Of String,VersionInfo)
C# 
public static Dictionary<string,VersionInfo> GetVersionInfos( 
   IEnumerable<string> versionNames
)
C++/CLI 
public:
static Dictionary<String^,VersionInfo^>^ GetVersionInfos( 
   IEnumerable<String^>^ versionNames
) 

Parameters

versionNames
A list of the release names (version strings from the GetAvailableVersions method) to get the version information for.

Return Value

A dictionary (keyed by the release name version) of version information for each release name version that was specified.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.40

See Also