X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=docs%2Fembedded-api;h=f44f4ed15cad9abbf2274dc5d336b5e1e7f51e5d;hb=26748dcdbfbdd974d82b0d7c79b575d339b4bb7d;hp=76f45f8be7319efbb76cf1c51c56fa94fa806e27;hpb=639a8d383c2f186427a2524fa05f55fd53f6c886;p=mono.git diff --git a/docs/embedded-api b/docs/embedded-api index 76f45f8be73..f44f4ed15ca 100644 --- a/docs/embedded-api +++ b/docs/embedded-api @@ -3,12 +3,21 @@ Miguel de Icaza (miguel@ximian.com), Paolo Molaro (lupus@ximian.com) + This document describes how to embed the Mono runtime in your application, and how to invoke CIL methods from C, and how to invoke C code from CIL. Both the JIT and interpreter can be embedded in very similar ways so most of what is described here can be used in either case. +* IMPORTANT + + This document is now outdated, see: + + http://www.mono-project.com/Embedding_Mono + + For an up-to-date version of this document + * Embedding the runtime. Embedding the runtime consists of various steps: