The following tables list the members exposed by VersionInfo.
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | VersionInfo Constructor | Initializes a new instance of the VersionInfo class. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | CommandLineArgsSupportedKey | The key for the capability that indicates what VSA application command line arguments are supported. The value returned is a single string that contains a list of the command line arguments separated by a space in between each and where each is the uppercase name of the command line argument supported. | — |
![]() | GrpcNetClientSupportedKey | The key for the capability that indicates whether the VSA application supports a gRPC .NET client. The string value associated with this key can be parsed into a boolean. | — |
![]() | GrpcPhysicsHardwareSupportedKey | The key for the capability that indicates whether the VSA application supports connecting to "physics" API based hardware using the gRPC physics API. The string value associated with this key can be parsed into a boolean. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | ApiVersion | Gets the build number of the VSA application. | — |
![]() | Capabilities | Gets some of the capabilities of the specific VSA application that may need to be known before starting the application so that clients can use this to help decide which versions of the VSA application are usable for their purposes. Note that the absence of a capability key in this dictionary does not necessarily mean that a given version does not have that capability or information since some capability may be present in the application but not added to the capability dictionary until a later release. In those cases the ApiVersion may be used to check based upon documentation of what versions support the capability. | — |
![]() | InstallPath | Gets the installation folder of the VSA application. | — |
![]() | ReleaseName | Gets the release name of the VSA application. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |