coreclr_delegates

Undocumented in source.

Members

Aliases

char_t
alias char_t = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
component_entry_point_fn
alias component_entry_point_fn = int function(void* arg, int arg_size_in_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_function_pointer_fn
alias get_function_pointer_fn = int function(const(char_t)* type_name, const(char_t)* method_name, const(char_t)* delegate_type_name, void* load_context, void* reserved, void** delegate_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
load_assembly_and_get_function_pointer_fn
alias load_assembly_and_get_function_pointer_fn = int function(const(char_t)* assembly_path, const(char_t)* type_name, const(char_t)* method_name, const(char_t)* delegate_type_name, void* reserved, void** delegate_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

UNMANAGEDCALLERSONLY_METHOD
enum UNMANAGEDCALLERSONLY_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta