dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]IL documents


From: Rhys Weatherley
Subject: Re: [DotGNU]IL documents
Date: Wed, 05 Dec 2001 08:24:02 +1000

Paolo Torricelli wrote:

> Hi, where i can find some information about IL?
> BTW: is it important to know IL for writing some class for the pnetlib
> project?

The definitive reference is the ECMA specs:

http://msdn.microsoft.com/net/ecma/

It isn't necessary to know IL to code for pnetlib, except
for some of the really obscure reflection stuff.  IL knowledge
is useful for people who are working on the runtime engine
and the C# compiler, but not pnetlib.

C# is a more useful thing to know.  The C# specification
is also at the above site, as is the "All.xml" file that
contains the C# library spec.  Run this XML file through
pnet's "csdoc2html" program and you'll get something you
can read with a Web browser.

Cheers,

Rhys.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]