Defines all types of application supported by Visual Guard

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 enum VGApplicationType
Visual Basic
Public Enumeration VGApplicationType

Members

Member nameValueDescription
Neutral0
ASPNET_2_01 Represents ASP.Net (2.0 or higher) application based on Website project.
ASPNET_1_12 Represents ASP.Net 1.1 application.
WinForm3 Represents WinForm application.
ASPNET_2_0_WebApplication4 Represents ASP.Net (2.0 or higher) application based on Web Application project.
PowerBuilder5

See Also