Defines all types of application supported by Visual Guard

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public enum VGApplicationType
Visual Basic (Declaration)
Public Enumeration VGApplicationType

Members

Member nameDescription
Neutral
ASPNET_2_0
Represents ASP.Net (2.0 or higher) application based on Website project.
ASPNET_1_1
Represents ASP.Net 1.1 application.
WinForm
Represents WinForm application.
ASPNET_2_0_WebApplication
Represents ASP.Net (2.0 or higher) application based on Web Application project.

See Also