Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / LoupeEnvironment Enumeration

In This Topic
    LoupeEnvironment Enumeration
    In This Topic
    The environment an Extension is executing within
    Syntax
    'Declaration
     
    
    Public Enum LoupeEnvironment 
       Inherits System.Enum
    public enum LoupeEnvironment : System.Enum 
    Members
    MemberValueDescription
    Agent2A Loupe Agent
    Desktop1Loupe Desktop
    Server3The Loupe Server
    Unknown0The environment could not be determined
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.LoupeEnvironment

    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