mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Add comment about support for null context in hostfxr_get_runtime_delegate
(#91479)
This commit is contained in:
parent
9b2f533616
commit
b41b63973b
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ int hostfxr_get_runtime_delegate(const hostfxr_handle host_context_handle, hostf
|
|||
```
|
||||
Starts the runtime and returns a function pointer to specified functionality of the runtime.
|
||||
* `host_context_handle` - handle to the initialized host context.
|
||||
* **[.NET 8 and above]** If set to `NULL` the function will operate on the active host context in the process.
|
||||
* `type` - the type of runtime functionality requested
|
||||
* `hdt_load_assembly_and_get_function_pointer` - entry point which loads an assembly (with dependencies) and returns function pointer for a specified static method. See below for details (Loading and calling managed components)
|
||||
* `hdt_com_activation`, `hdt_com_register`, `hdt_com_unregister` - COM activation entry-points - see [COM activation](https://github.com/dotnet/runtime/tree/main/docs/design/features/COM-activation.md) for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue