Gets version information about the QUARC Target.

Namespace:  Quanser.Targets
Assembly:  Quanser.Targets (in Quanser.Targets.dll)

Syntax

Visual Basic (Declaration)
Public Function GetVersion As Target..::.Version
C#
public Target..::.Version GetVersion()
Visual C++
public:
Target..::.Version GetVersion()
JavaScript
function getVersion();

Return Value

Returns the target version as a Target..::.Version structure.

Remarks

This method returns version information about the QUARC Target, such as the major and minor version numbers and the date.

See Also