DotGNU - Patches: patch #6023, ildasm can disassemble generics
You are not allowed to post comments on this tracker with your current authentication level.
patch #6023: ildasm can disassemble generics
Submitter: | Ivan de Jesus Deras Tabora <iderashn> | ||
Submitted: | Sun 17 Jun 2007 07:33:33 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Tue 19 Jun 2007 09:07:52 PM UTC, comment #1: |
Ivan de Jesus Deras Tabora <iderashn> |
Sun 17 Jun 2007 07:33:33 PM UTC, original submission:
ildasm now can dissamble generics including multiple constraints, special constraints like default constructor, valuetype and class. CoVariant and ContraVariant are missing from this patch. |
Ivan de Jesus Deras Tabora <iderashn> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
The second attached (patch2.diff) file add support for CoVariant and ContraVariant generic parameters. Also fix some problems when disassembling classes with generic base classes or generic interfaces.
(file #13112)