Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fileinfo: Add presentation of namespace in TypeRef table #428

Closed
metthal opened this issue Nov 13, 2018 · 0 comments
Closed

fileinfo: Add presentation of namespace in TypeRef table #428

metthal opened this issue Nov 13, 2018 · 0 comments

Comments

@metthal
Copy link
Member

metthal commented Nov 13, 2018

Each TypeRef record has associated namespace name. This information would be really useful in TypeRef table we added in #363 because sometimes, we cannot distinguish between types with the same name while coming from the same library. One example: B9A9A8B3427A9AD15F1EC58E3890018EF62B615B519680D3FE28D147DF831938

This sample contains

{
    "index" : "99",
    "libraryName" : "mscorlib",
    "name" : "IEnumerator"
},
...
{
    "index" : "102",
    "libraryName" : "mscorlib",
    "name" : "IEnumerator"
},

but the first IEnumerator comes from System.Collections.Generic namespace while second one comes from System.Collections. Paging @JakubPruzinec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant