'Declaration
<FlagsAttribute()> Public Enum Framework Inherits System.Enum
[Flags()] public enum Framework : System.Enum
'Declaration
<FlagsAttribute()> Public Enum Framework Inherits System.Enum
[Flags()] public enum Framework : System.Enum
Member | Value | Description |
---|---|---|
DotNet | 1 | The .NET Framework or MONO |
DotNetCore | 2 | .NET Core |
Java | 4 | Java |
Unknown | 0 | The framework couldn't be determined (assume .NET) |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.Framework
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