Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / Framework Enumeration

In This Topic
    Framework Enumeration
    In This Topic
    The primary framework of the process that recorded the session
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum Framework 
       Inherits System.Enum
    [Flags()]
    public enum Framework : System.Enum 
    Members
    MemberValueDescription
    DotNet1The .NET Framework or MONO
    DotNetCore2.NET Core
    Java4Java
    Unknown0The framework couldn't be determined (assume .NET)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Loupe.Extensibility.Data.Framework

    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