Enum RuntimeType
Enumeration identifying a common language runtime implementation.
public enum RuntimeType
Fields
Any = 0
Any supported runtime framework
Mono = 3
Mono
MonoTouch = 4
MonoTouch
NetCore = 5
Microsoft .NET Core, including .NET 5+
NetFramework = 1
Microsoft .NET Framework
SSCLI = 2
Microsoft Shared Source CLI