Enum NetFramework
Enumerates the known .NET Framework implementations.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public enum NetFramework
Fields
Name | Description |
---|---|
Core | .NET Core |
Native | .NET Native |
Net | .NET 5.0 and later |
NetFramework | .NET Framework |
Unknown | The framework could not be determined. |