Re: [ADVANCED-DOTNET] ILASM And Whidbey

2004-08-10 Thread Mattias Sjögren
Steve, Another related question, if I may. How has the metadata schema been changed to accomodate generics? There are three new metadata tables; GenericParam, GenericParamCostraint and MethodSpec. The easiest way to see what they contain is to run Metainfo /schema or Ildasm /metadata=schema on a

Re: [ADVANCED-DOTNET] ILASM And Whidbey

2004-08-05 Thread Steve Johnson
Serge Lidin wrote: > Get your hands on Framework v2.0 Beta1 and look for > asmparse.grammar in the SDK. If it's missing in the SDK, I'll send > it to you (and to whoever else is interested). Look at the grammar, > then ask me questions, what this or that means. asmparse.grammar is indeed present

Re: [ADVANCED-DOTNET] ILASM And Whidbey

2004-08-05 Thread Serge Lidin
nmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Steve Johnson Sent: Saturday, July 31, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] ILASM And Whidbey Can anyone point me to some documentation on the syntax changes for ILASM in Whidbey? The IL

[ADVANCED-DOTNET] ILASM And Whidbey

2004-08-04 Thread Steve Johnson
Can anyone point me to some documentation on the syntax changes for ILASM in Whidbey? The ILDASM dumps have been the only documentation I've been able to find. The IL dumps provide some insight into the new syntax, but I have to guess at the meaning of a couple of items. I've actually been able t