Module wrapped_mono::jit

source ·
Expand description

Functions related to Mono JIT Runtime

Functions

  • This function shuts down the MonoRuntime. WARNING! after it is called, MonoRuntime will not be able to be used again in the same process, since it can be only started up once.
  • Function used to call main function from assembly in domain with arguments.
  • This function starts up MonoRuntime,and returns main domain. It should be called before any other mono function is called. Can be only called once per process. Version argument specifies runtime version, if None passed, default version will be selected.