Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterInstanceAlias Enumeration

In This Topic
    PerfCounterInstanceAlias Enumeration
    In This Topic
    Allows for referring to instance names by their logical role instead of a specific instance.
    Syntax
    'Declaration
     
    
    Public Enum PerfCounterInstanceAlias 
       Inherits System.Enum
    public enum PerfCounterInstanceAlias : System.Enum 
    Members
    MemberValueDescription
    CurrentProcess1The current host process.
    None0Indicates no alias.
    Remarks
    This is particularly useful for instance names that may change during the lifecycle of the process but should be treated as a single contiguous metric.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Agent.PerformanceCounters.PerfCounterInstanceAlias

    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