Enum CorelibKind
The kind of corelib loaded by the current runtime.
public enum CorelibKind
- Extension Methods
Fields
Framework = 0
- The .NET Framework corelib. The corelib's name is
mscorlib
, and it is used on standard Mono and .NET Framework. Core = 1
- The .NET Core corelib. The corelib's name is
System.Private.CoreLib
, and it is used on .NET Mono (from https://github.com/dotnet/runtime) and CoreCLR (.NET Core and .NET 5+) runtimes.