Skip to content

Proposed host runtime delegate for loading an assembly #82138

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

Merged
merged 4 commits into from
Feb 23, 2023

Conversation

elinor-fung
Copy link
Member

Doc for proposed hosting API for loading an assembly. I have this as two separate delegate types as trying to have one delegate that handled both seemed more cumbersome to use:

  • hdt_load_assembly: load assembly from path
  • hdt_load_assembly_bytes: load assembly from byte array

See #77696

cc @AaronRobinsonMSFT - I'd expect DNNE would want to expose this option when it exists

@ghost
Copy link

ghost commented Feb 14, 2023

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Feb 14, 2023

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

Doc for proposed hosting API for loading an assembly. I have this as two separate delegate types as trying to have one delegate that handled both seemed more cumbersome to use:

  • hdt_load_assembly: load assembly from path
  • hdt_load_assembly_bytes: load assembly from byte array

See #77696

cc @AaronRobinsonMSFT - I'd expect DNNE would want to expose this option when it exists

Author: elinor-fung
Assignees: elinor-fung
Labels:

area-Host

Milestone: -

Co-authored-by: Aaron Robinson <arobins@microsoft.com>
elinor-fung and others added 2 commits February 21, 2023 21:18
Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com>
@elinor-fung elinor-fung merged commit 35d8375 into dotnet:main Feb 23, 2023
@elinor-fung elinor-fung deleted the hostLoadAssembly-api branch February 23, 2023 01:44
@ghost ghost locked as resolved and limited conversation to collaborators Mar 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants