Click or drag to resize

VGApplicationType Enumeration

Defines all types of application supported by Visual Guard

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public enum VGApplicationType
Members
  Member nameValueDescription
Neutral0 Represents Neutral application.
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 Represents Powerbuilder application
Console6 Represents Console Application or Dll.
NetCore_AspNet7 Represents Asp.Net Core Application
See Also