Add images
[mono.git] / doc / embedded-api
index 12e0c30450b4b239c476f9d1c04985890231420d..9347c0f219aec80f4835ee6144939184ed71eec1 100755 (executable)
        It may not be possible to manage exceptions in that case,
        though. I need to think more about it.
 
+** Threading issues
+
+       If your application creates threads on its own, and you want them to 
+       be able to call code into the CIL universe with Mono, you have to
+       register the thread with Mono before issuing the call.
+
+       To do so, call the mono_thread_attach() function before you execute
+       any managed code from the thread
+
 * Samples
 
        See the sample programs in mono/sample/embed for examples of