Gets the minimum version of the Visual Guard console supported by this version of the runtime

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.1.911.5 (3.1.911.05)

Syntax

C#
public static Version MinimumConsoleVersion { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MinimumConsoleVersion As Version

Field Value

A Version object representing the version of the console supported by the runtime.

Remarks

This version is used by the Visual Guard console to check if the runtime integrated in an application is compatible with the console.

See Also