.Net2 metadata

  • Thread starter Thread starter Alex Sedow
  • Start date Start date
A

Alex Sedow

Hello,

Where to take info that describe new metadata tables (GenericParam,
GenericParamConstraint) and other changes?
Any links.
Thanks.

Alex.
 
I tried to find the same info, but failed. I had to somehow figure out the
format by myself. You can download our .NET Explorer to examine the new
format,

http://www.remotesoft.com/dotexplorer

Open an assembly, click the MetaData tab to look at different tables.

I hope this is helpful,

Huihong
Remotesoft
 
Alex,
Where to take info that describe new metadata tables (GenericParam,
GenericParamConstraint) and other changes?

If you have the v2.0 SDK installed, you can check it out with

Ildasm.exe /metadata=schema



Mattias
 
Back
Top