Skip to content

Proposed host runtime delegate for loading an assembly#82138

Merged
elinor-fung merged 4 commits intodotnet:mainfrom
elinor-fung:hostLoadAssembly-api
Feb 23, 2023
Merged

Proposed host runtime delegate for loading an assembly#82138
elinor-fung merged 4 commits intodotnet:mainfrom
elinor-fung:hostLoadAssembly-api

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: -

@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