bindbc.hostfxr.functions

Undocumented in source.

Members

Aliases

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.

Static variables

hostfxr_close
hostfxr_close_fn hostfxr_close;
Undocumented in source.
hostfxr_get_dotnet_environment_info
hostfxr_get_dotnet_environment_info_fn hostfxr_get_dotnet_environment_info;
Undocumented in source.
hostfxr_get_runtime_delegate
hostfxr_get_runtime_delegate_fn hostfxr_get_runtime_delegate;
Undocumented in source.
hostfxr_get_runtime_properties
hostfxr_get_runtime_properties_fn hostfxr_get_runtime_properties;
Undocumented in source.
hostfxr_get_runtime_property_value
hostfxr_get_runtime_property_value_fn hostfxr_get_runtime_property_value;
Undocumented in source.
hostfxr_initialize_for_dotnet_command_line
hostfxr_initialize_for_dotnet_command_line_fn hostfxr_initialize_for_dotnet_command_line;
Undocumented in source.
hostfxr_initialize_for_runtime_config
hostfxr_initialize_for_runtime_config_fn hostfxr_initialize_for_runtime_config;
Undocumented in source.
hostfxr_run_app
hostfxr_run_app_fn hostfxr_run_app;
Undocumented in source.
hostfxr_set_runtime_property_value
hostfxr_set_runtime_property_value_fn hostfxr_set_runtime_property_value;
Undocumented in source.

Meta