Table of Contents

Enum RuntimeKind

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll
A runtime implementation kind.
public enum RuntimeKind
Extension Methods

Fields

Unknown = 0
Some unknown runtime implementation.
Framework = 1
The Windows .NET Framework CLR implementation.
CoreCLR = 2
The CoreCLR implementation, used by .NET Core and .NET 5+. derived from the Silverlight runtime.
Mono = 3
The Mono CLR implementation.