There is no way to determine whether the current environment is a JIT one or a .NET Native one.
Please add a way to discover this information at runtime so libraries and applications can enable or disable using features like IL emit which required a JIT environment.
// cc @terrajobst
There is no way to determine whether the current environment is a JIT one or a .NET Native one.
Please add a way to discover this information at runtime so libraries and applications can enable or disable using features like IL emit which required a JIT environment.
// cc @terrajobst