Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / ApplicationType Enumeration

In This Topic
    ApplicationType Enumeration
    In This Topic
    The type of process the application was run as.
    Syntax
    'Declaration
     
    
    Public Enum ApplicationType 
       Inherits System.Enum
    public enum ApplicationType : System.Enum 
    Members
    MemberValueDescription
    AspNet4A Web Application running in the ASP.NET framework.
    Console1A windows console application. Can also include windows services running in console mode.
    Service3A Windows Service application.
    Unknown0The application type couldn't be determined.
    Windows2A Windows Smart Client application (a traditional windows application)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Agent.ApplicationType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also