Class
Accessible
Info.System.GetNetVersion
Syntax
uEye.Info.System.GetNetVersion(out System.Version version)
uEye.Info.System.GetNetVersion(out int s32Major, out int s32Minor, out int s32Build)
Description
Returns the version of the uEyeDotNet.dll.
Parameter
version |
Returns the complete version number |
s32Major |
Returns the major version |
s32Minor |
Returns the minor version |
s32Build |
Returns the build version |