Closed
Description
While setting the environmental variable works for now, it would be nice to handle this properly, especially since we may want to set other AppContext properties in this fashion. There should be two main components to this work:
- Creating helper functions for calling into AppContext from the native side
- Storing the relevant properties set at host initialization (
monovm_initialize
) until they can be set after runtime startup (mono_jit_init
)