Hi all,
I am starting to do some preliminary research in a side
project and and looking for your collective wisdom in the
area to help. What i want to do is write a CLR that
interprets CLI instructions rather than JIT compiling it.
I understand enough of the ECMA-335 document to start to
build one....but the little voice in the back of my mind
is saying that there has to be some code out there that I
can use already. Any hints?
For example, there has to be something in the CLR that
creates a list of all the CLI compiled classes and their
inheritance heirarchy.....is this code in the public
domain?
Jens Thiel - 18 Nov 2003 23:52 GMT
> What i want to do is write a CLR that
> interprets CLI instructions rather than JIT compiling it.
The mono project's "mint" seems to be what you are looking for
(http://www.go-mono.org/).
Jens.

Signature
http://jens-thiel.de/ | http://ManagedXLL.net/ |
http://QuantLib.net/
Replace MSDN with my first name when replying to my email address!
Shri Borde [MSFT] - 19 Nov 2003 23:13 GMT
Rotor is the shared-source version of the CLR
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/mssharsourcecli2.asp. You should be able to modify it for your purposes
Shri Borde [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> Content-Class: urn:content-classes:message
> From: "Alex Fennell" <canuckavenger@yahoo.com>
[quoted text clipped - 31 lines]
> inheritance heirarchy.....is this code in the public
> domain?