[Mono-list] Contributing to the classes.

Sebastien Lambla sebastien.lambla@6sens.com
Fri, 13 Jul 2001 21:05:56 -0700


Miguel,

using ILDASM is a must have when you have a lot of class with very few
documentation as it's the case with the webform part (which class call what,
when and why). If there's documentation, then it's great, but for
implementing all the propreties, methods and fields of a class, without IL
DASM, i don't want to rely on falty and incomplete documentation.

Moreover, the Microsoft articles themselves say to use ILDASM to see what's
behind the class library...

Sebastien Lambla

-----Original Message-----
From: miguel@ximian.com [mailto:miguel@ximian.com]
Sent: vendredi 13 juillet 2001 11:45
To: Sebastien Lambla
Cc: mono-list@ximian.com
Subject: Re: [Mono-list] Contributing to the classes.



> Nope. I'm working on the webforms class today, so documentation + IL DASM
> are the only tools available...

Please do not use ILDASM to figure out how classes in .NET work at
all.   That might make your code encumbered.

I have updated the web site to reflect this recommendation.

Miguel.