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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: Version
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