- hostfxr_close_fn
alias hostfxr_close_fn = int function(hostfxr_handle host_context_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_get_dotnet_environment_info_fn
alias hostfxr_get_dotnet_environment_info_fn = int function(char_t* dotnet_root, void* reserved, hostfxr_get_dotnet_environment_info_result_fn result, void* result_context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_get_dotnet_environment_info_result_fn
alias hostfxr_get_dotnet_environment_info_result_fn = void function(hostfxr_dotnet_environment_info* info, void* result_context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_get_runtime_delegate_fn
alias hostfxr_get_runtime_delegate_fn = int function(hostfxr_handle host_context_handle, hostfxr_delegate_type type, void** deleg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_get_runtime_properties_fn
alias hostfxr_get_runtime_properties_fn = int function(hostfxr_handle host_context_handle, size_t* count, char_t** keys, char_t** values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_get_runtime_property_value_fn
alias hostfxr_get_runtime_property_value_fn = int function(hostfxr_handle host_context_handle, char_t* name, char_t** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_initialize_for_dotnet_command_line_fn
alias hostfxr_initialize_for_dotnet_command_line_fn = int function(int argc, char_t** argv, hostfxr_initialize_parameters* parameters, hostfxr_handle* host_context_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_initialize_for_runtime_config_fn
alias hostfxr_initialize_for_runtime_config_fn = int function(char_t* runtime_config_path, hostfxr_initialize_parameters* parameters, hostfxr_handle* host_context_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_run_app_fn
alias hostfxr_run_app_fn = int function(hostfxr_handle host_context_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- hostfxr_set_runtime_property_value_fn
alias hostfxr_set_runtime_property_value_fn = int function(hostfxr_handle host_context_handle, char_t* name, char_t* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.