* Makefile.am: Build `docs` after `runtime`, so that it can depend
[mono.git] / mono / docscripts / sources / mono-api-codegen.html
1 <h3>Code manager</h3>
2
3 <h4><a name="api:mono_code_manager_commit">mono_code_manager_commit</a></h4>
4 <h4><a name="api:mono_code_manager_destroy">mono_code_manager_destroy</a></h4>
5 <h4><a name="api:mono_code_manager_foreach">mono_code_manager_foreach</a></h4>
6 <h4><a name="api:mono_code_manager_invalidate">mono_code_manager_invalidate</a></h4>
7 <h4><a name="api:mono_code_manager_new_dynamic">mono_code_manager_new_dynamic</a></h4>
8 <h4><a name="api:mono_code_manager_new">mono_code_manager_new</a></h4>
9 <h4><a name="api:mono_code_manager_reserve">mono_code_manager_reserve</a></h4>
10
11 <h3>Registration services</h3>
12
13         <p>The core services of Mono are independent of the execution
14         system.  The interpreter and the native code generator both
15         use the functions in the following section to register
16         handlers to execute code with the execution system.
17
18         <p>These APIs would allow a different execution engine (code
19         generator or interpreter) to be hooked to the rest of the Mono
20         VM. 
21         
22 <h4><a name="api:mono_install_assembly_load_hook">mono_install_assembly_load_hook</a></h4>
23 <h4><a name="api:mono_install_assembly_preload_hook">mono_install_assembly_preload_hook</a></h4>
24 <h4><a name="api:mono_install_assembly_search_hook">mono_install_assembly_search_hook</a></h4>
25 <h4><a name="api:mono_install_compile_method">mono_install_compile_method</a></h4>
26 <h4><a name="api:mono_install_free_method">mono_install_free_method</a></h4>
27 <h4><a name="api:mono_install_handler">mono_install_handler</a></h4>
28 <h4><a name="api:mono_install_lookup_dynamic_token">mono_install_lookup_dynamic_token</a></h4>
29 <h4><a name="api:mono_install_remoting_trampoline">mono_install_remoting_trampoline</a></h4>
30 <h4><a name="api:mono_install_runtime_invoke">mono_install_runtime_invoke</a></h4>
31 <h4><a name="api:mono_install_stack_walk">mono_install_stack_walk</a></h4>
32 <h4><a name="api:mono_install_thread_callbacks">mono_install_thread_callbacks</a></h4>
33 <h4><a name="api:mono_install_trampoline">mono_install_trampoline</a></h4>
34 <h4><a name="api:mono_install_runtime_cleanup">mono_install_runtime_cleanup</a></h4>
35 <h4><a name="api:mono_install_assembly_postload_refonly_search_hook">mono_install_assembly_postload_refonly_search_hook</a></h4>
36 <h4><a name="api:mono_install_assembly_postload_search_hook">mono_install_assembly_postload_search_hook</a></h4>
37 <h4><a name="api:mono_install_assembly_refonly_preload_hook">mono_install_assembly_refonly_preload_hook</a></h4>
38 <h4><a name="api:mono_install_assembly_refonly_search_hook">mono_install_assembly_refonly_search_hook</a></h4>
39 <h4><a name="api:mono_install_delegate_trampoline">mono_install_delegate_trampoline</a></h4>
40