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

[cdac] Implement ISOSDacInterface::GetModule and IXCLRDataModule::GetFileName #109133

Merged
merged 15 commits into from
Oct 24, 2024

Conversation

elinor-fung
Copy link
Member

  • Add ClrDataModule to cDAC as its implementation of IXCLRDataModule and IXCLRDataModule2
    • Delegates to legacy implementation for everything except for GetFileName
    • Implements ICustomQueryInterface to handle QI-ing the legacy DAC for IMetaDataImport
  • Implement ISOSDacInterface::GetModule
    • Gets a module from the legacy DAC and passes it to the cDAC ClrDataModule
  • Cache the module file name on Module
    • Update comments around how it is expected to be set
  • Add GetFileName to Loader contract
  • Implement IXClrDataModule::GetFileName

Contributes to #99302, #108553

cc @AaronRobinsonMSFT @davidwrighton

Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

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

Successfully merging this pull request may close these issues.

2 participants