- da_mono_add_internal_call
alias da_mono_add_internal_call = void function(const(char)* name, const(void)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_aot_get_method
alias da_mono_aot_get_method = void* function(MonoDomain* domain, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_addr_with_size
alias da_mono_array_addr_with_size = char* function(MonoArray* array, int size, uintptr_t idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_class_get
alias da_mono_array_class_get = MonoClass* function(MonoClass* element_class, uint rank)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_clone
alias da_mono_array_clone = MonoArray* function(MonoArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_element_size
alias da_mono_array_element_size = int function(MonoClass* ac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_length
alias da_mono_array_length = uintptr_t function(MonoArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_new
alias da_mono_array_new = MonoArray* function(MonoDomain* domain, MonoClass* eclass, uintptr_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_new_full
alias da_mono_array_new_full = MonoArray* function(MonoDomain* domain, MonoClass* array_class, uintptr_t* lengths, intptr_t* lower_bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_array_new_specific
alias da_mono_array_new_specific = MonoArray* function(MonoVTable* vtable, uintptr_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assemblies_cleanup
alias da_mono_assemblies_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assemblies_init
alias da_mono_assemblies_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_close
alias da_mono_assembly_close = void function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_fill_assembly_name
alias da_mono_assembly_fill_assembly_name = mono_bool function(MonoImage* image, MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_foreach
alias da_mono_assembly_foreach = void function(MonoFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_get_assemblyref
alias da_mono_assembly_get_assemblyref = void function(MonoImage* image, int index, MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_get_image
alias da_mono_assembly_get_image = MonoImage* function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_get_main
alias da_mono_assembly_get_main = MonoAssembly* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_get_name
alias da_mono_assembly_get_name = MonoAssemblyName* function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_get_object
alias da_mono_assembly_get_object = MonoReflectionAssembly* function(MonoDomain* domain, MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_getrootdir
alias da_mono_assembly_getrootdir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_invoke_load_hook
alias da_mono_assembly_invoke_load_hook = void function(MonoAssembly* ass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_invoke_search_hook
alias da_mono_assembly_invoke_search_hook = MonoAssembly* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load
alias da_mono_assembly_load = MonoAssembly* function(MonoAssemblyName* aname, const(char)* basedir, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_from
alias da_mono_assembly_load_from = MonoAssembly* function(MonoImage* image, const(char)* fname, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_from_full
alias da_mono_assembly_load_from_full = MonoAssembly* function(MonoImage* image, const(char)* fname, MonoImageOpenStatus* status, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_full
alias da_mono_assembly_load_full = MonoAssembly* function(MonoAssemblyName* aname, const(char)* basedir, MonoImageOpenStatus* status, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_module
alias da_mono_assembly_load_module = MonoImage* function(MonoAssembly* assembly, uint idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_reference
alias da_mono_assembly_load_reference = void function(MonoImage* image, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_references
alias da_mono_assembly_load_references = void function(MonoImage* image, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_load_with_partial_name
alias da_mono_assembly_load_with_partial_name = MonoAssembly* function(const(char)* name, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_loaded
alias da_mono_assembly_loaded = MonoAssembly* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_loaded_full
alias da_mono_assembly_loaded_full = MonoAssembly* function(MonoAssemblyName* aname, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_free
alias da_mono_assembly_name_free = void function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_get_culture
alias da_mono_assembly_name_get_culture = const(char)* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_get_name
alias da_mono_assembly_name_get_name = const(char)* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_get_pubkeytoken
alias da_mono_assembly_name_get_pubkeytoken = mono_byte* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_get_version
alias da_mono_assembly_name_get_version = ushort function(MonoAssemblyName* aname, ushort* minor, ushort* build, ushort* revision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_name_new
alias da_mono_assembly_name_new = MonoAssemblyName* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_names_equal
alias da_mono_assembly_names_equal = mono_bool function(MonoAssemblyName* l, MonoAssemblyName* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_open
alias da_mono_assembly_open = MonoAssembly* function(const(char)* filename, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_open_full
alias da_mono_assembly_open_full = MonoAssembly* function(const(char)* filename, MonoImageOpenStatus* status, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_set_main
alias da_mono_assembly_set_main = void function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_assembly_setrootdir
alias da_mono_assembly_setrootdir = void function(const(char)* root_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_bounded_array_class_get
alias da_mono_bounded_array_class_get = MonoClass* function(MonoClass* element_class, uint rank, mono_bool bounded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_check_corlib_version
alias da_mono_check_corlib_version = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_array_element_size
alias da_mono_class_array_element_size = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_data_size
alias da_mono_class_data_size = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_enum_basetype
alias da_mono_class_enum_basetype = MonoType* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_generic_parameter
alias da_mono_class_from_generic_parameter = MonoClass* function(MonoGenericParam* param, MonoImage* image, mono_bool is_mvar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_mono_type
alias da_mono_class_from_mono_type = MonoClass* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_name
alias da_mono_class_from_name = MonoClass* function(MonoImage* image, const(char)* name_space, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_name_case
alias da_mono_class_from_name_case = MonoClass* function(MonoImage* image, const(char)* name_space, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_typeref
alias da_mono_class_from_typeref = MonoClass* function(MonoImage* image, uint type_token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_from_typeref_checked
alias da_mono_class_from_typeref_checked = MonoClass* function(MonoImage* image, uint type_token, MonoError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get
alias da_mono_class_get = MonoClass* function(MonoImage* image, uint type_token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_byref_type
alias da_mono_class_get_byref_type = MonoType* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_element_class
alias da_mono_class_get_element_class = MonoClass* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_event_token
alias da_mono_class_get_event_token = uint function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_events
alias da_mono_class_get_events = MonoEvent* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_field
alias da_mono_class_get_field = MonoClassField* function(MonoClass* klass, uint field_token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_field_from_name
alias da_mono_class_get_field_from_name = MonoClassField* function(MonoClass* klass, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_field_token
alias da_mono_class_get_field_token = uint function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_fields
alias da_mono_class_get_fields = MonoClassField* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_flags
alias da_mono_class_get_flags = uint function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_full
alias da_mono_class_get_full = MonoClass* function(MonoImage* image, uint type_token, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_image
alias da_mono_class_get_image = MonoImage* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_interfaces
alias da_mono_class_get_interfaces = MonoClass* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_method_from_name
alias da_mono_class_get_method_from_name = MonoMethod* function(MonoClass* klass, const(char)* name, int param_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_method_from_name_flags
alias da_mono_class_get_method_from_name_flags = MonoMethod* function(MonoClass* klass, const(char)* name, int param_count, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_methods
alias da_mono_class_get_methods = MonoMethod* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_name
alias da_mono_class_get_name = const(char)* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_namespace
alias da_mono_class_get_namespace = const(char)* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_nested_types
alias da_mono_class_get_nested_types = MonoClass* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_nesting_type
alias da_mono_class_get_nesting_type = MonoClass* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_parent
alias da_mono_class_get_parent = MonoClass* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_properties
alias da_mono_class_get_properties = MonoProperty* function(MonoClass* klass, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_property_from_name
alias da_mono_class_get_property_from_name = MonoProperty* function(MonoClass* klass, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_property_token
alias da_mono_class_get_property_token = uint function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_rank
alias da_mono_class_get_rank = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_type
alias da_mono_class_get_type = MonoType* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_get_type_token
alias da_mono_class_get_type_token = uint function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_implements_interface
alias da_mono_class_implements_interface = mono_bool function(MonoClass* klass, MonoClass* iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_inflate_generic_method
alias da_mono_class_inflate_generic_method = MonoMethod* function(MonoMethod* method, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_inflate_generic_type
alias da_mono_class_inflate_generic_type = MonoType* function(MonoType* type, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_init
alias da_mono_class_init = mono_bool function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_instance_size
alias da_mono_class_instance_size = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_is_assignable_from
alias da_mono_class_is_assignable_from = mono_bool function(MonoClass* klass, MonoClass* oklass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_is_delegate
alias da_mono_class_is_delegate = mono_bool function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_is_enum
alias da_mono_class_is_enum = mono_bool function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_is_subclass_of
alias da_mono_class_is_subclass_of = mono_bool function(MonoClass* klass, MonoClass* klassc, mono_bool check_interfaces)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_is_valuetype
alias da_mono_class_is_valuetype = mono_bool function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_min_align
alias da_mono_class_min_align = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_name_from_token
alias da_mono_class_name_from_token = char* function(MonoImage* image, uint type_token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_num_events
alias da_mono_class_num_events = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_num_fields
alias da_mono_class_num_fields = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_num_methods
alias da_mono_class_num_methods = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_num_properties
alias da_mono_class_num_properties = int function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_value_size
alias da_mono_class_value_size = int function(MonoClass* klass, uint* align_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_class_vtable
alias da_mono_class_vtable = MonoVTable* function(MonoDomain* domain, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_compile_method
alias da_mono_compile_method = void* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_cleanup
alias da_mono_config_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_for_assembly
alias da_mono_config_for_assembly = void function(MonoImage* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_get_cpu
alias da_mono_config_get_cpu = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_get_os
alias da_mono_config_get_os = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_get_wordsize
alias da_mono_config_get_wordsize = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_is_server_mode
alias da_mono_config_is_server_mode = mono_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_parse
alias da_mono_config_parse = void function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_parse_memory
alias da_mono_config_parse_memory = void function(const(char)* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_set_server_mode
alias da_mono_config_set_server_mode = void function(mono_bool server_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_config_string_for_assembly_file
alias da_mono_config_string_for_assembly_file = const(char)* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_get
alias da_mono_context_get = MonoAppContext* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_get_desc
alias da_mono_context_get_desc = char* function(MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_get_domain_id
alias da_mono_context_get_domain_id = int function(MonoAppContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_get_id
alias da_mono_context_get_id = int function(MonoAppContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_init
alias da_mono_context_init = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_context_set
alias da_mono_context_set = void function(MonoAppContext* new_context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_name
alias da_mono_counter_get_name = const(char)* function(MonoCounter* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_section
alias da_mono_counter_get_section = int function(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_size
alias da_mono_counter_get_size = size_t function(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_type
alias da_mono_counter_get_type = int function(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_unit
alias da_mono_counter_get_unit = int function(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counter_get_variance
alias da_mono_counter_get_variance = int function(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_cleanup
alias da_mono_counters_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_dump
alias da_mono_counters_dump = void function(int section_mask, FILE* outfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_enable
alias da_mono_counters_enable = void function(int section_mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_foreach
alias da_mono_counters_foreach = void function(CountersEnumCallback cb, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_init
alias da_mono_counters_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_on_register
alias da_mono_counters_on_register = void function(MonoCounterRegisterCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_register
alias da_mono_counters_register = void function(const(char)* descr, int type, void* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_register_with_size
alias da_mono_counters_register_with_size = void function(const(char)* name, int type, void* addr, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_counters_sample
alias da_mono_counters_sample = int function(MonoCounter* counter, void* buffer, int buffer_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_construct
alias da_mono_custom_attrs_construct = MonoArray* function(MonoCustomAttrInfo* cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_free
alias da_mono_custom_attrs_free = void function(MonoCustomAttrInfo* ainfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_assembly
alias da_mono_custom_attrs_from_assembly = MonoCustomAttrInfo* function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_class
alias da_mono_custom_attrs_from_class = MonoCustomAttrInfo* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_event
alias da_mono_custom_attrs_from_event = MonoCustomAttrInfo* function(MonoClass* klass, MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_field
alias da_mono_custom_attrs_from_field = MonoCustomAttrInfo* function(MonoClass* klass, MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_index
alias da_mono_custom_attrs_from_index = MonoCustomAttrInfo* function(MonoImage* image, uint idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_method
alias da_mono_custom_attrs_from_method = MonoCustomAttrInfo* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_param
alias da_mono_custom_attrs_from_param = MonoCustomAttrInfo* function(MonoMethod* method, uint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_from_property
alias da_mono_custom_attrs_from_property = MonoCustomAttrInfo* function(MonoClass* klass, MonoProperty* property)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_get_attr
alias da_mono_custom_attrs_get_attr = MonoObject* function(MonoCustomAttrInfo* ainfo, MonoClass* attr_klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_custom_attrs_has_attr
alias da_mono_custom_attrs_has_attr = mono_bool function(MonoCustomAttrInfo* ainfo, MonoClass* attr_klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_add_delegate_trampoline
alias da_mono_debug_add_delegate_trampoline = void function(void* code, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_add_method
alias da_mono_debug_add_method = MonoDebugMethodAddress* function(MonoMethod* method, MonoDebugMethodJitInfo* jit, MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_cleanup
alias da_mono_debug_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_close_image
alias da_mono_debug_close_image = void function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_close_mono_symbol_file
alias da_mono_debug_close_mono_symbol_file = void function(MonoSymbolFile* symfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_domain_create
alias da_mono_debug_domain_create = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_domain_unload
alias da_mono_debug_domain_unload = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_find_method
alias da_mono_debug_find_method = MonoDebugMethodJitInfo* function(MonoMethod* method, MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_free_method_jit_info
alias da_mono_debug_free_method_jit_info = void function(MonoDebugMethodJitInfo* jit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_free_source_location
alias da_mono_debug_free_source_location = void function(MonoDebugSourceLocation* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_il_offset_from_address
alias da_mono_debug_il_offset_from_address = int function(MonoMethod* method, MonoDomain* domain, uint native_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_image_has_debug_info
alias da_mono_debug_image_has_debug_info = int function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_init
alias da_mono_debug_init = void function(MonoDebugFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_lookup_locals
alias da_mono_debug_lookup_locals = MonoDebugLocalsInfo* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_lookup_method
alias da_mono_debug_lookup_method = MonoDebugMethodInfo* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_lookup_method_addresses
alias da_mono_debug_lookup_method_addresses = MonoDebugMethodAddressList* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_lookup_method_async_debug_info
alias da_mono_debug_lookup_method_async_debug_info = MonoDebugMethodAsyncInfo* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_lookup_source_location
alias da_mono_debug_lookup_source_location = MonoDebugSourceLocation* function(MonoMethod* method, uint address, MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_method_lookup_location
alias da_mono_debug_method_lookup_location = MonoDebugSourceLocation* function(MonoDebugMethodInfo* minfo, int il_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_open_image_from_memory
alias da_mono_debug_open_image_from_memory = void function(MonoImage* image, const(mono_byte)* raw_contents, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_open_mono_symbols
alias da_mono_debug_open_mono_symbols = MonoSymbolFile* function(MonoDebugHandle* handle, const(ubyte)* raw_contents, int size, mono_bool in_the_debugger)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_print_stack_frame
alias da_mono_debug_print_stack_frame = char* function(MonoMethod* method, uint native_offset, MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_remove_method
alias da_mono_debug_remove_method = void function(MonoMethod* method, MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_symfile_free_location
alias da_mono_debug_symfile_free_location = void function(MonoDebugSourceLocation* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_symfile_is_loaded
alias da_mono_debug_symfile_is_loaded = mono_bool function(MonoSymbolFile* symfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_symfile_lookup_locals
alias da_mono_debug_symfile_lookup_locals = MonoDebugLocalsInfo* function(MonoDebugMethodInfo* minfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_symfile_lookup_location
alias da_mono_debug_symfile_lookup_location = MonoDebugSourceLocation* function(MonoDebugMethodInfo* minfo, uint offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debug_symfile_lookup_method
alias da_mono_debug_symfile_lookup_method = MonoDebugMethodInfo* function(MonoDebugHandle* handle, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debugger_insert_breakpoint
alias da_mono_debugger_insert_breakpoint = int function(const(char)* method_name, mono_bool include_namespace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_debugger_method_has_breakpoint
alias da_mono_debugger_method_has_breakpoint = int function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_flags_from_assembly
alias da_mono_declsec_flags_from_assembly = uint function(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_flags_from_class
alias da_mono_declsec_flags_from_class = uint function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_flags_from_method
alias da_mono_declsec_flags_from_method = uint function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_assembly_action
alias da_mono_declsec_get_assembly_action = MonoBoolean function(MonoAssembly* assembly, uint action, MonoDeclSecurityEntry* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_class_action
alias da_mono_declsec_get_class_action = MonoBoolean function(MonoClass* klass, uint action, MonoDeclSecurityEntry* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_demands
alias da_mono_declsec_get_demands = MonoBoolean function(MonoMethod* callee, MonoDeclSecurityActions* demands)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_inheritdemands_class
alias da_mono_declsec_get_inheritdemands_class = MonoBoolean function(MonoClass* klass, MonoDeclSecurityActions* demands)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_inheritdemands_method
alias da_mono_declsec_get_inheritdemands_method = MonoBoolean function(MonoMethod* callee, MonoDeclSecurityActions* demands)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_linkdemands
alias da_mono_declsec_get_linkdemands = MonoBoolean function(MonoMethod* callee, MonoDeclSecurityActions* klass, MonoDeclSecurityActions* cmethod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_declsec_get_method_action
alias da_mono_declsec_get_method_action = MonoBoolean function(MonoMethod* method, uint action, MonoDeclSecurityEntry* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_disasm_code
alias da_mono_disasm_code = char* function(MonoDisHelper* dh, MonoMethod* method, const(mono_byte)* ip, const(mono_byte)* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_disasm_code_one
alias da_mono_disasm_code_one = char* function(MonoDisHelper* dh, MonoMethod* method, const(mono_byte)* ip, const(mono_byte*)* endp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_dl_fallback_register
alias da_mono_dl_fallback_register = MonoDlFallbackHandler* function(MonoDlFallbackLoad load_func, MonoDlFallbackSymbol symbol_func, MonoDlFallbackClose close_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_dl_fallback_unregister
alias da_mono_dl_fallback_unregister = void function(MonoDlFallbackHandler* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_dllmap_insert
alias da_mono_dllmap_insert = void function(MonoImage* assembly, const(char)* dll, const(char)* func, const(char)* tdll, const(char)* tfunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_assembly_open
alias da_mono_domain_assembly_open = MonoAssembly* function(MonoDomain* domain, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_create
alias da_mono_domain_create = MonoDomain* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_create_appdomain
alias da_mono_domain_create_appdomain = MonoDomain* function(char* friendly_name, char* configuration_file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_finalize
alias da_mono_domain_finalize = mono_bool function(MonoDomain* domain, uint timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_foreach
alias da_mono_domain_foreach = void function(MonoDomainFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_free
alias da_mono_domain_free = void function(MonoDomain* domain, mono_bool force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_from_appdomain
alias da_mono_domain_from_appdomain = MonoDomain* function(MonoAppDomain* appdomain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_get
alias da_mono_domain_get = MonoDomain* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_get_by_id
alias da_mono_domain_get_by_id = MonoDomain* function(int domainid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_get_friendly_name
alias da_mono_domain_get_friendly_name = const(char)* function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_get_id
alias da_mono_domain_get_id = int function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_has_type_resolve
alias da_mono_domain_has_type_resolve = mono_bool function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_is_unloading
alias da_mono_domain_is_unloading = mono_bool function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_owns_vtable_slot
alias da_mono_domain_owns_vtable_slot = mono_bool function(MonoDomain* domain, void* vtable_slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_set
alias da_mono_domain_set = mono_bool function(MonoDomain* domain, mono_bool force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_set_config
alias da_mono_domain_set_config = void function(MonoDomain* domain, const(char)* base_dir, const(char)* config_file_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_set_internal
alias da_mono_domain_set_internal = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_try_type_resolve
alias da_mono_domain_try_type_resolve = MonoReflectionAssembly* function(MonoDomain* domain, char* name, MonoObject* tb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_try_unload
alias da_mono_domain_try_unload = void function(MonoDomain* domain, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_domain_unload
alias da_mono_domain_unload = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_environment_exitcode_get
alias da_mono_environment_exitcode_get = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_environment_exitcode_set
alias da_mono_environment_exitcode_set = void function(int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_cleanup
alias da_mono_error_cleanup = void function(MonoError*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_get_error_code
alias da_mono_error_get_error_code = ushort function(MonoError*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_get_message
alias da_mono_error_get_message = const(char)* function(MonoError*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_init
alias da_mono_error_init = void function(MonoError*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_init_flags
alias da_mono_error_init_flags = void function(MonoError*, ushort)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_error_ok
alias da_mono_error_ok = mono_bool function(MonoError*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_add_method
alias da_mono_event_get_add_method = MonoMethod* function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_flags
alias da_mono_event_get_flags = uint function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_name
alias da_mono_event_get_name = const(char)* function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_object
alias da_mono_event_get_object = MonoReflectionEvent* function(MonoDomain* domain, MonoClass* klass, MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_parent
alias da_mono_event_get_parent = MonoClass* function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_raise_method
alias da_mono_event_get_raise_method = MonoMethod* function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_event_get_remove_method
alias da_mono_event_get_remove_method = MonoMethod* function(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_name
alias da_mono_exception_from_name = MonoException* function(MonoImage* image, const(char)* name_space, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_name_domain
alias da_mono_exception_from_name_domain = MonoException* function(MonoDomain* domain, MonoImage* image, const(char)* name_space, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_name_msg
alias da_mono_exception_from_name_msg = MonoException* function(MonoImage* image, const(char)* name_space, const(char)* name, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_name_two_strings
alias da_mono_exception_from_name_two_strings = MonoException* function(MonoImage* image, const(char)* name_space, const(char)* name, MonoString* a1, MonoString* a2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_token
alias da_mono_exception_from_token = MonoException* function(MonoImage* image, uint token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_exception_from_token_two_strings
alias da_mono_exception_from_token_two_strings = MonoException* function(MonoImage* image, uint token, MonoString* a1, MonoString* a2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_from_token
alias da_mono_field_from_token = MonoClassField* function(MonoImage* image, uint token, MonoClass** retklass, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_full_name
alias da_mono_field_full_name = char* function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_data
alias da_mono_field_get_data = const(char)* function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_flags
alias da_mono_field_get_flags = uint function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_name
alias da_mono_field_get_name = const(char)* function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_object
alias da_mono_field_get_object = MonoReflectionField* function(MonoDomain* domain, MonoClass* klass, MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_offset
alias da_mono_field_get_offset = uint function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_parent
alias da_mono_field_get_parent = MonoClass* function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_type
alias da_mono_field_get_type = MonoType* function(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_value
alias da_mono_field_get_value = void function(MonoObject* obj, MonoClassField* field, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_get_value_object
alias da_mono_field_get_value_object = MonoObject* function(MonoDomain* domain, MonoClassField* field, MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_set_value
alias da_mono_field_set_value = void function(MonoObject* obj, MonoClassField* field, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_static_get_value
alias da_mono_field_static_get_value = void function(MonoVTable* vt, MonoClassField* field, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_field_static_set_value
alias da_mono_field_static_set_value = void function(MonoVTable* vt, MonoClassField* field, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_free
alias da_mono_free = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_free_method
alias da_mono_free_method = void function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_free_verify_list
alias da_mono_free_verify_list = void function(void* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_collect
alias da_mono_gc_collect = void function(int generation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_collection_count
alias da_mono_gc_collection_count = int function(int generation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_finalize_notify
alias da_mono_gc_finalize_notify = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_get_generation
alias da_mono_gc_get_generation = int function(MonoObject* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_get_heap_size
alias da_mono_gc_get_heap_size = long function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_get_used_size
alias da_mono_gc_get_used_size = long function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_invoke_finalizers
alias da_mono_gc_invoke_finalizers = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_max_generation
alias da_mono_gc_max_generation = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_pending_finalizers
alias da_mono_gc_pending_finalizers = MonoBoolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_reference_queue_add
alias da_mono_gc_reference_queue_add = mono_bool function(MonoReferenceQueue* queue, MonoObject* obj, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_reference_queue_free
alias da_mono_gc_reference_queue_free = void function(MonoReferenceQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_reference_queue_new
alias da_mono_gc_reference_queue_new = MonoReferenceQueue* function(mono_reference_queue_callback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_register_bridge_callbacks
alias da_mono_gc_register_bridge_callbacks = void function(MonoGCBridgeCallbacks* callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wait_for_bridge_processing
alias da_mono_gc_wait_for_bridge_processing = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_walk_heap
alias da_mono_gc_walk_heap = int function(int flags, MonoGCReferences callback, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_arrayref_copy
alias da_mono_gc_wbarrier_arrayref_copy = void function(void* dest_ptr, void* src_ptr, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_generic_nostore
alias da_mono_gc_wbarrier_generic_nostore = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_generic_store
alias da_mono_gc_wbarrier_generic_store = void function(void* ptr, MonoObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_generic_store_atomic
alias da_mono_gc_wbarrier_generic_store_atomic = void function(void* ptr, MonoObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_object_copy
alias da_mono_gc_wbarrier_object_copy = void function(MonoObject* obj, MonoObject* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_set_arrayref
alias da_mono_gc_wbarrier_set_arrayref = void function(MonoArray* arr, void* slot_ptr, MonoObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_set_field
alias da_mono_gc_wbarrier_set_field = void function(MonoObject* obj, void* field_ptr, MonoObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gc_wbarrier_value_copy
alias da_mono_gc_wbarrier_value_copy = void function(void* dest, void* src, int count, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gchandle_free
alias da_mono_gchandle_free = void function(uint gchandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gchandle_get_target
alias da_mono_gchandle_get_target = MonoObject* function(uint gchandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gchandle_new
alias da_mono_gchandle_new = uint function(MonoObject* obj, mono_bool pinned)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_gchandle_new_weakref
alias da_mono_gchandle_new_weakref = uint function(MonoObject* obj, mono_bool track_resurrection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_array_class
alias da_mono_get_array_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_boolean_class
alias da_mono_get_boolean_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_byte_class
alias da_mono_get_byte_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_char_class
alias da_mono_get_char_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_config_dir
alias da_mono_get_config_dir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_corlib
alias da_mono_get_corlib = MonoImage* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_dbnull_object
alias da_mono_get_dbnull_object = MonoObject* function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_delegate_begin_invoke
alias da_mono_get_delegate_begin_invoke = MonoMethod* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_delegate_end_invoke
alias da_mono_get_delegate_end_invoke = MonoMethod* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_delegate_invoke
alias da_mono_get_delegate_invoke = MonoMethod* function(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_double_class
alias da_mono_get_double_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_enum_class
alias da_mono_get_enum_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_appdomain_unloaded
alias da_mono_get_exception_appdomain_unloaded = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_argument
alias da_mono_get_exception_argument = MonoException* function(const(char)* arg, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_argument_null
alias da_mono_get_exception_argument_null = MonoException* function(const(char)* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_argument_out_of_range
alias da_mono_get_exception_argument_out_of_range = MonoException* function(const(char)* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_arithmetic
alias da_mono_get_exception_arithmetic = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_array_type_mismatch
alias da_mono_get_exception_array_type_mismatch = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_bad_image_format
alias da_mono_get_exception_bad_image_format = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_bad_image_format2
alias da_mono_get_exception_bad_image_format2 = MonoException* function(const(char)* msg, MonoString* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_cannot_unload_appdomain
alias da_mono_get_exception_cannot_unload_appdomain = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_class
alias da_mono_get_exception_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_divide_by_zero
alias da_mono_get_exception_divide_by_zero = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_execution_engine
alias da_mono_get_exception_execution_engine = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_field_access
alias da_mono_get_exception_field_access = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_file_not_found
alias da_mono_get_exception_file_not_found = MonoException* function(MonoString* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_file_not_found2
alias da_mono_get_exception_file_not_found2 = MonoException* function(const(char)* msg, MonoString* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_index_out_of_range
alias da_mono_get_exception_index_out_of_range = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_invalid_cast
alias da_mono_get_exception_invalid_cast = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_invalid_operation
alias da_mono_get_exception_invalid_operation = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_io
alias da_mono_get_exception_io = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_method_access
alias da_mono_get_exception_method_access = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_missing_field
alias da_mono_get_exception_missing_field = MonoException* function(const(char)* class_name, const(char)* member_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_missing_method
alias da_mono_get_exception_missing_method = MonoException* function(const(char)* class_name, const(char)* member_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_not_implemented
alias da_mono_get_exception_not_implemented = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_not_supported
alias da_mono_get_exception_not_supported = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_null_reference
alias da_mono_get_exception_null_reference = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_out_of_memory
alias da_mono_get_exception_out_of_memory = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_overflow
alias da_mono_get_exception_overflow = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_reflection_type_load
alias da_mono_get_exception_reflection_type_load = MonoException* function(MonoArray* types, MonoArray* exceptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_runtime_wrapped
alias da_mono_get_exception_runtime_wrapped = MonoException* function(MonoObject* wrapped_exception)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_security
alias da_mono_get_exception_security = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_serialization
alias da_mono_get_exception_serialization = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_stack_overflow
alias da_mono_get_exception_stack_overflow = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_synchronization_lock
alias da_mono_get_exception_synchronization_lock = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_thread_abort
alias da_mono_get_exception_thread_abort = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_thread_interrupted
alias da_mono_get_exception_thread_interrupted = MonoException* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_thread_state
alias da_mono_get_exception_thread_state = MonoException* function(const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_type_initialization
alias da_mono_get_exception_type_initialization = MonoException* function(const(char)* type_name, MonoException* inner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_exception_type_load
alias da_mono_get_exception_type_load = MonoException* function(MonoString* class_name, char* assembly_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_inflated_method
alias da_mono_get_inflated_method = MonoMethod* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_int16_class
alias da_mono_get_int16_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_int32_class
alias da_mono_get_int32_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_int64_class
alias da_mono_get_int64_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_intptr_class
alias da_mono_get_intptr_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_jit_info_from_method
alias da_mono_get_jit_info_from_method = MonoJitInfo* function(MonoDomain* domain, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_machine_config
alias da_mono_get_machine_config = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_method
alias da_mono_get_method = MonoMethod* function(MonoImage* image, uint token, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_method_constrained
alias da_mono_get_method_constrained = MonoMethod* function(MonoImage* image, uint token, MonoClass* constrained_class, MonoGenericContext* context, MonoMethod** cil_method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_method_full
alias da_mono_get_method_full = MonoMethod* function(MonoImage* image, uint token, MonoClass* klass, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_object_class
alias da_mono_get_object_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_root_domain
alias da_mono_get_root_domain = MonoDomain* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_runtime_build_info
alias da_mono_get_runtime_build_info = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_sbyte_class
alias da_mono_get_sbyte_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_single_class
alias da_mono_get_single_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_string_class
alias da_mono_get_string_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_thread_class
alias da_mono_get_thread_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_uint16_class
alias da_mono_get_uint16_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_uint32_class
alias da_mono_get_uint32_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_uint64_class
alias da_mono_get_uint64_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_uintptr_class
alias da_mono_get_uintptr_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_get_void_class
alias da_mono_get_void_class = MonoClass* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_guid_to_string
alias da_mono_guid_to_string = char* function(const(ubyte)* guid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_guid_to_string_minimal
alias da_mono_guid_to_string_minimal = char* function(const(ubyte)* guid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_add_to_name_cache
alias da_mono_image_add_to_name_cache = void function(MonoImage* image, const(char)* nspace, const(char)* name, uint idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_addref
alias da_mono_image_addref = void function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_close
alias da_mono_image_close = void function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_ensure_section
alias da_mono_image_ensure_section = int function(MonoImage* image, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_ensure_section_idx
alias da_mono_image_ensure_section_idx = int function(MonoImage* image, int section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_fixup_vtable
alias da_mono_image_fixup_vtable = void function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_assembly
alias da_mono_image_get_assembly = MonoAssembly* function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_entry_point
alias da_mono_image_get_entry_point = uint function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_filename
alias da_mono_image_get_filename = const(char)* function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_guid
alias da_mono_image_get_guid = const(char)* function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_name
alias da_mono_image_get_name = const(char)* function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_public_key
alias da_mono_image_get_public_key = const(char)* function(MonoImage* image, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_resource
alias da_mono_image_get_resource = const(char)* function(MonoImage* image, uint offset, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_strong_name
alias da_mono_image_get_strong_name = const(char)* function(MonoImage* image, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_table_info
alias da_mono_image_get_table_info = const(MonoTableInfo)* function(MonoImage* image, int table_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_get_table_rows
alias da_mono_image_get_table_rows = int function(MonoImage* image, int table_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_has_authenticode_entry
alias da_mono_image_has_authenticode_entry = mono_bool function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_init
alias da_mono_image_init = void function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_is_dynamic
alias da_mono_image_is_dynamic = mono_bool function(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_load_file_for_image
alias da_mono_image_load_file_for_image = MonoImage* function(MonoImage* image, int fileidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_load_module
alias da_mono_image_load_module = MonoImage* function(MonoImage* image, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_loaded
alias da_mono_image_loaded = MonoImage* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_loaded_by_guid
alias da_mono_image_loaded_by_guid = MonoImage* function(const(char)* guid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_loaded_by_guid_full
alias da_mono_image_loaded_by_guid_full = MonoImage* function(const(char)* guid, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_loaded_full
alias da_mono_image_loaded_full = MonoImage* function(const(char)* name, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_lookup_resource
alias da_mono_image_lookup_resource = void* function(MonoImage* image, uint res_id, uint lang_id, mono_unichar2* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_open
alias da_mono_image_open = MonoImage* function(const(char)* fname, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_open_from_data
alias da_mono_image_open_from_data = MonoImage* function(char* data, uint data_len, mono_bool need_copy, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_open_from_data_full
alias da_mono_image_open_from_data_full = MonoImage* function(char* data, uint data_len, mono_bool need_copy, MonoImageOpenStatus* status, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_open_from_data_with_name
alias da_mono_image_open_from_data_with_name = MonoImage* function(char* data, uint data_len, mono_bool need_copy, MonoImageOpenStatus* status, mono_bool refonly, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_open_full
alias da_mono_image_open_full = MonoImage* function(const(char)* fname, MonoImageOpenStatus* status, mono_bool refonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_rva_map
alias da_mono_image_rva_map = char* function(MonoImage* image, uint rva)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_strerror
alias da_mono_image_strerror = const(char)* function(MonoImageOpenStatus status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_image_strong_name_position
alias da_mono_image_strong_name_position = uint function(MonoImage* image, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_images_cleanup
alias da_mono_images_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_images_init
alias da_mono_images_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_init
alias da_mono_init = MonoDomain* function(const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_init_from_assembly
alias da_mono_init_from_assembly = MonoDomain* function(const(char)* domain_name, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_init_version
alias da_mono_init_version = MonoDomain* function(const(char)* domain_name, const(char)* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_load_hook
alias da_mono_install_assembly_load_hook = void function(MonoAssemblyLoadFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_postload_refonly_search_hook
alias da_mono_install_assembly_postload_refonly_search_hook = void function(MonoAssemblySearchFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_postload_search_hook
alias da_mono_install_assembly_postload_search_hook = void function(MonoAssemblySearchFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_preload_hook
alias da_mono_install_assembly_preload_hook = void function(MonoAssemblyPreLoadFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_refonly_preload_hook
alias da_mono_install_assembly_refonly_preload_hook = void function(MonoAssemblyPreLoadFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_refonly_search_hook
alias da_mono_install_assembly_refonly_search_hook = void function(MonoAssemblySearchFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_assembly_search_hook
alias da_mono_install_assembly_search_hook = void function(MonoAssemblySearchFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_runtime_cleanup
alias da_mono_install_runtime_cleanup = void function(MonoDomainFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_install_unhandled_exception_hook
alias da_mono_install_unhandled_exception_hook = void function(MonoUnhandledExceptionFunc func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_invoke_unhandled_exception_hook
alias da_mono_invoke_unhandled_exception_hook = void function(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_is_debugger_attached
alias da_mono_is_debugger_attached = mono_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_cleanup
alias da_mono_jit_cleanup = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_exec
alias da_mono_jit_exec = int function(MonoDomain* domain, MonoAssembly* assembly, int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_info_get_code_size
alias da_mono_jit_info_get_code_size = int function(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_info_get_code_start
alias da_mono_jit_info_get_code_start = void* function(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_info_get_method
alias da_mono_jit_info_get_method = MonoMethod* function(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_info_table_find
alias da_mono_jit_info_table_find = MonoJitInfo* function(MonoDomain* domain, char* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_init
alias da_mono_jit_init = MonoDomain* function(const(char)* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_init_version
alias da_mono_jit_init_version = MonoDomain* function(const(char)* root_domain_name, const(char)* runtime_version)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_parse_options
alias da_mono_jit_parse_options = void function(int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_set_aot_mode
alias da_mono_jit_set_aot_mode = void function(MonoAotMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_set_aot_only
alias da_mono_jit_set_aot_only = void function(mono_bool aot_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_jit_set_trace_options
alias da_mono_jit_set_trace_options = mono_bool function(const(char)* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_ldstr
alias da_mono_ldstr = MonoString* function(MonoDomain* domain, MonoImage* image, uint str_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_ldtoken
alias da_mono_ldtoken = void* function(MonoImage* image, uint token, MonoClass** retclass, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_load_image
alias da_mono_load_image = MonoImage* function(const(char)* fname, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_load_remote_field
alias da_mono_load_remote_field = void* function(MonoObject* this_obj, MonoClass* klass, MonoClassField* field, void** res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_load_remote_field_new
alias da_mono_load_remote_field_new = MonoObject* function(MonoObject* this_obj, MonoClass* klass, MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_lookup_icall_symbol
alias da_mono_lookup_icall_symbol = const(char)* function(MonoMethod* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_lookup_internal_call
alias da_mono_lookup_internal_call = void* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_lookup_internal_call_full
alias da_mono_lookup_internal_call_full = void* function(MonoMethod* method, mono_bool* uses_handles)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_lookup_pinvoke_call
alias da_mono_lookup_pinvoke_call = void* function(MonoMethod* method, const(char*)* exc_class, const(char*)* exc_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_blob_heap
alias da_mono_metadata_blob_heap = const(char)* function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_compute_size
alias da_mono_metadata_compute_size = int function(MonoImage* meta, int tableindex, uint* result_bitfield)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_custom_attrs_from_index
alias da_mono_metadata_custom_attrs_from_index = uint function(MonoImage* meta, uint cattr_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_declsec_from_index
alias da_mono_metadata_declsec_from_index = uint function(MonoImage* meta, uint idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_blob_size
alias da_mono_metadata_decode_blob_size = uint function(const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_row
alias da_mono_metadata_decode_row = void function(const(MonoTableInfo)* t, int idx, uint* res, int res_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_row_col
alias da_mono_metadata_decode_row_col = uint function(const(MonoTableInfo)* t, int idx, uint col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_signed_value
alias da_mono_metadata_decode_signed_value = int function(const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_table_row
alias da_mono_metadata_decode_table_row = void function(MonoImage* image, int table, int idx, uint* res, int res_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_table_row_col
alias da_mono_metadata_decode_table_row_col = uint function(MonoImage* image, int table, int idx, uint col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_decode_value
alias da_mono_metadata_decode_value = uint function(const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_encode_value
alias da_mono_metadata_encode_value = void function(uint value, char* bug, char** endbuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_events_from_typedef
alias da_mono_metadata_events_from_typedef = uint function(MonoImage* meta, uint table_index, uint* end_idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_field_info
alias da_mono_metadata_field_info = void function(MonoImage* meta, uint table_index, uint* offset, uint* rva, MonoMarshalSpec** marshal_spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_free_array
alias da_mono_metadata_free_array = void function(MonoArrayType* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_free_marshal_spec
alias da_mono_metadata_free_marshal_spec = void function(MonoMarshalSpec* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_free_method_signature
alias da_mono_metadata_free_method_signature = void function(MonoMethodSignature* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_free_mh
alias da_mono_metadata_free_mh = void function(MonoMethodHeader* mh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_free_type
alias da_mono_metadata_free_type = void function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_generic_class_equal
alias da_mono_metadata_generic_class_equal = mono_bool function(MonoGenericClass* g1, MonoGenericClass* g2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_generic_class_hash
alias da_mono_metadata_generic_class_hash = uint function(MonoGenericClass* gclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_generic_class_is_valuetype
alias da_mono_metadata_generic_class_is_valuetype = mono_bool function(MonoGenericClass* gclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_get_constant_index
alias da_mono_metadata_get_constant_index = uint function(MonoImage* meta, uint token, uint hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_get_marshal_info
alias da_mono_metadata_get_marshal_info = const(char)* function(MonoImage* meta, uint idx, mono_bool is_field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_guid_heap
alias da_mono_metadata_guid_heap = const(char)* function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_implmap_from_method
alias da_mono_metadata_implmap_from_method = uint function(MonoImage* meta, uint method_idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_init
alias da_mono_metadata_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_interfaces_from_typedef
alias da_mono_metadata_interfaces_from_typedef = MonoClass** function(MonoImage* meta, uint table_index, uint* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_locate
alias da_mono_metadata_locate = const(char)* function(MonoImage* meta, int table, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_locate_token
alias da_mono_metadata_locate_token = const(char)* function(MonoImage* meta, uint token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_methods_from_event
alias da_mono_metadata_methods_from_event = uint function(MonoImage* meta, uint table_index, uint* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_methods_from_property
alias da_mono_metadata_methods_from_property = uint function(MonoImage* meta, uint table_index, uint* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_nested_in_typedef
alias da_mono_metadata_nested_in_typedef = uint function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_nesting_typedef
alias da_mono_metadata_nesting_typedef = uint function(MonoImage* meta, uint table_index, uint start_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_packing_from_typedef
alias da_mono_metadata_packing_from_typedef = uint function(MonoImage* meta, uint table_index, uint* packing, uint* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_array
alias da_mono_metadata_parse_array = MonoArrayType* function(MonoImage* m, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_custom_mod
alias da_mono_metadata_parse_custom_mod = int function(MonoImage* m, MonoCustomMod* dest, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_field_type
alias da_mono_metadata_parse_field_type = MonoType* function(MonoImage* m, short field_flags, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_marshal_spec
alias da_mono_metadata_parse_marshal_spec = MonoMarshalSpec* function(MonoImage* image, const(char)* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_method_signature
alias da_mono_metadata_parse_method_signature = MonoMethodSignature* function(MonoImage* m, int def, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_mh
alias da_mono_metadata_parse_mh = MonoMethodHeader* function(MonoImage* m, const(char)* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_param
alias da_mono_metadata_parse_param = MonoType* function(MonoImage* m, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_ret_type
alias da_mono_metadata_parse_ret_type = MonoType* function(MonoImage* m, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_signature
alias da_mono_metadata_parse_signature = MonoMethodSignature* function(MonoImage* image, uint token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_type
alias da_mono_metadata_parse_type = MonoType* function(MonoImage* m, MonoParseTypeMode mode, short opt_attrs, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_parse_typedef_or_ref
alias da_mono_metadata_parse_typedef_or_ref = uint function(MonoImage* m, const(char)* ptr, const(char*)* rptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_properties_from_typedef
alias da_mono_metadata_properties_from_typedef = uint function(MonoImage* meta, uint table_index, uint* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_signature_alloc
alias da_mono_metadata_signature_alloc = MonoMethodSignature* function(MonoImage* image, uint nparams)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_signature_dup
alias da_mono_metadata_signature_dup = MonoMethodSignature* function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_signature_equal
alias da_mono_metadata_signature_equal = mono_bool function(MonoMethodSignature* sig1, MonoMethodSignature* sig2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_string_heap
alias da_mono_metadata_string_heap = const(char)* function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_token_from_dor
alias da_mono_metadata_token_from_dor = uint function(uint dor_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_translate_token_index
alias da_mono_metadata_translate_token_index = uint function(MonoImage* image, int table, uint idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_type_equal
alias da_mono_metadata_type_equal = mono_bool function(MonoType* t1, MonoType* t2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_type_hash
alias da_mono_metadata_type_hash = uint function(MonoType* t1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_typedef_from_field
alias da_mono_metadata_typedef_from_field = uint function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_typedef_from_method
alias da_mono_metadata_typedef_from_method = uint function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_metadata_user_string
alias da_mono_metadata_user_string = const(char)* function(MonoImage* meta, uint table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_body_get_object
alias da_mono_method_body_get_object = MonoReflectionMethodBody* function(MonoDomain* domain, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_can_access_field
alias da_mono_method_can_access_field = mono_bool function(MonoMethod* method, MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_can_access_method
alias da_mono_method_can_access_method = mono_bool function(MonoMethod* method, MonoMethod* called)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_free
alias da_mono_method_desc_free = void function(MonoMethodDesc* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_from_method
alias da_mono_method_desc_from_method = MonoMethodDesc* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_full_match
alias da_mono_method_desc_full_match = mono_bool function(MonoMethodDesc* desc, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_match
alias da_mono_method_desc_match = mono_bool function(MonoMethodDesc* desc, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_new
alias da_mono_method_desc_new = MonoMethodDesc* function(const(char)* name, mono_bool include_namespace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_search_in_class
alias da_mono_method_desc_search_in_class = MonoMethod* function(MonoMethodDesc* desc, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_desc_search_in_image
alias da_mono_method_desc_search_in_image = MonoMethod* function(MonoMethodDesc* desc, MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_full_name
alias da_mono_method_full_name = char* function(MonoMethod* method, mono_bool signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_class
alias da_mono_method_get_class = MonoClass* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_flags
alias da_mono_method_get_flags = uint function(MonoMethod* method, uint* iflags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_header
alias da_mono_method_get_header = MonoMethodHeader* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_header_checked
alias da_mono_method_get_header_checked = MonoMethodHeader* function(MonoMethod* method, MonoError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_index
alias da_mono_method_get_index = uint function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_last_managed
alias da_mono_method_get_last_managed = MonoMethod* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_marshal_info
alias da_mono_method_get_marshal_info = void function(MonoMethod* method, MonoMarshalSpec** mspecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_name
alias da_mono_method_get_name = const(char)* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_object
alias da_mono_method_get_object = MonoReflectionMethod* function(MonoDomain* domain, MonoMethod* method, MonoClass* refclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_param_names
alias da_mono_method_get_param_names = void function(MonoMethod* method, const(char*)* names)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_param_token
alias da_mono_method_get_param_token = uint function(MonoMethod* method, int idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_signature
alias da_mono_method_get_signature = MonoMethodSignature* function(MonoMethod* method, MonoImage* image, uint token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_signature_full
alias da_mono_method_get_signature_full = MonoMethodSignature* function(MonoMethod* method, MonoImage* image, uint token, MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_token
alias da_mono_method_get_token = uint function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_get_unmanaged_thunk
alias da_mono_method_get_unmanaged_thunk = void* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_has_marshal_info
alias da_mono_method_has_marshal_info = mono_bool function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_header_get_clauses
alias da_mono_method_header_get_clauses = int function(MonoMethodHeader* header, MonoMethod* method, void** iter, MonoExceptionClause* clause)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_header_get_code
alias da_mono_method_header_get_code = const(ubyte)* function(MonoMethodHeader* header, uint* code_size, uint* max_stack)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_header_get_locals
alias da_mono_method_header_get_locals = MonoType** function(MonoMethodHeader* header, uint* num_locals, mono_bool* init_locals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_header_get_num_clauses
alias da_mono_method_header_get_num_clauses = int function(MonoMethodHeader* header)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_signature
alias da_mono_method_signature = MonoMethodSignature* function(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_method_verify
alias da_mono_method_verify = void* function(MonoMethod* method, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_module_file_get_object
alias da_mono_module_file_get_object = MonoReflectionModule* function(MonoDomain* domain, MonoImage* image, int table_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_module_get_object
alias da_mono_module_get_object = MonoReflectionModule* function(MonoDomain* domain, MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_monitor_enter
alias da_mono_monitor_enter = mono_bool function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_monitor_enter_v4
alias da_mono_monitor_enter_v4 = void function(MonoObject* obj, char* lock_taken)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_monitor_exit
alias da_mono_monitor_exit = void function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_monitor_try_enter
alias da_mono_monitor_try_enter = mono_bool function(MonoObject* obj, uint ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_native_getrootdir
alias da_mono_native_getrootdir = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_castclass_mbyref
alias da_mono_object_castclass_mbyref = MonoObject* function(MonoObject* obj, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_clone
alias da_mono_object_clone = MonoObject* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_get_class
alias da_mono_object_get_class = MonoClass* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_get_domain
alias da_mono_object_get_domain = MonoDomain* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_get_size
alias da_mono_object_get_size = uint function(MonoObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_get_virtual_method
alias da_mono_object_get_virtual_method = MonoMethod* function(MonoObject* obj, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_hash
alias da_mono_object_hash = int function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_isinst
alias da_mono_object_isinst = MonoObject* function(MonoObject* obj, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_isinst_mbyref
alias da_mono_object_isinst_mbyref = MonoObject* function(MonoObject* obj, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_new
alias da_mono_object_new = MonoObject* function(MonoDomain* domain, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_new_alloc_specific
alias da_mono_object_new_alloc_specific = MonoObject* function(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_new_fast
alias da_mono_object_new_fast = MonoObject* function(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_new_from_token
alias da_mono_object_new_from_token = MonoObject* function(MonoDomain* domain, MonoImage* image, uint token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_new_specific
alias da_mono_object_new_specific = MonoObject* function(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_to_string
alias da_mono_object_to_string = MonoString* function(MonoObject* obj, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_object_unbox
alias da_mono_object_unbox = void* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_opcode_name
alias da_mono_opcode_name = const(char)* function(int opcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_opcode_value
alias da_mono_opcode_value = MonoOpcodeEnum function(const(mono_byte*)* ip, const(mono_byte)* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_param_get_objects
alias da_mono_param_get_objects = MonoArray* function(MonoDomain* domain, MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_pe_file_open
alias da_mono_pe_file_open = MonoImage* function(const(char)* fname, MonoImageOpenStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_print_unhandled_exception
alias da_mono_print_unhandled_exception = void function(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_coverage_get
alias da_mono_profiler_coverage_get = void function(MonoProfiler* prof, MonoMethod* method, MonoProfileCoverageFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_get_events
alias da_mono_profiler_get_events = MonoProfileFlags function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install
alias da_mono_profiler_install = void function(MonoProfiler* prof, MonoProfileFunc shutdown_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_allocation
alias da_mono_profiler_install_allocation = void function(MonoProfileAllocFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_appdomain
alias da_mono_profiler_install_appdomain = void function(MonoProfileAppDomainFunc start_load, MonoProfileAppDomainResult end_load, MonoProfileAppDomainFunc start_unload, MonoProfileAppDomainFunc end_unload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_appdomain_name
alias da_mono_profiler_install_appdomain_name = void function(MonoProfileAppDomainFriendlyNameFunc domain_name_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_assembly
alias da_mono_profiler_install_assembly = void function(MonoProfileAssemblyFunc start_load, MonoProfileAssemblyResult end_load, MonoProfileAssemblyFunc start_unload, MonoProfileAssemblyFunc end_unload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_class
alias da_mono_profiler_install_class = void function(MonoProfileClassFunc start_load, MonoProfileClassResult end_load, MonoProfileClassFunc start_unload, MonoProfileClassFunc end_unload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_code_buffer_new
alias da_mono_profiler_install_code_buffer_new = void function(MonoProfilerCodeBufferNew callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_code_chunk_destroy
alias da_mono_profiler_install_code_chunk_destroy = void function(MonoProfilerCodeChunkDestroy callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_code_chunk_new
alias da_mono_profiler_install_code_chunk_new = void function(MonoProfilerCodeChunkNew callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_context
alias da_mono_profiler_install_context = void function(MonoProfileContextFunc load, MonoProfileContextFunc unload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_coverage_filter
alias da_mono_profiler_install_coverage_filter = void function(MonoProfileCoverageFilterFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_enter_leave
alias da_mono_profiler_install_enter_leave = void function(MonoProfileMethodFunc enter, MonoProfileMethodFunc fleave)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_exception
alias da_mono_profiler_install_exception = void function(MonoProfileExceptionFunc throw_callback, MonoProfileMethodFunc exc_method_leave, MonoProfileExceptionClauseFunc clause_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_gc
alias da_mono_profiler_install_gc = void function(MonoProfileGCFunc callback, MonoProfileGCResizeFunc heap_resize_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_gc_finalize
alias da_mono_profiler_install_gc_finalize = void function(MonoProfileGCFinalizeFunc begin, MonoProfileGCFinalizeObjectFunc begin_obj, MonoProfileGCFinalizeObjectFunc end_obj, MonoProfileGCFinalizeFunc end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_gc_moves
alias da_mono_profiler_install_gc_moves = void function(MonoProfileGCMoveFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_gc_roots
alias da_mono_profiler_install_gc_roots = void function(MonoProfileGCHandleFunc handle_callback, MonoProfileGCRootFunc roots_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_iomap
alias da_mono_profiler_install_iomap = void function(MonoProfileIomapFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_jit_compile
alias da_mono_profiler_install_jit_compile = void function(MonoProfileMethodFunc start, MonoProfileMethodResult end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_jit_end
alias da_mono_profiler_install_jit_end = void function(MonoProfileJitResult end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_method_free
alias da_mono_profiler_install_method_free = void function(MonoProfileMethodFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_method_invoke
alias da_mono_profiler_install_method_invoke = void function(MonoProfileMethodFunc start, MonoProfileMethodFunc end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_module
alias da_mono_profiler_install_module = void function(MonoProfileModuleFunc start_load, MonoProfileModuleResult end_load, MonoProfileModuleFunc start_unload, MonoProfileModuleFunc end_unload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_monitor
alias da_mono_profiler_install_monitor = void function(MonoProfileMonitorFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_runtime_initialized
alias da_mono_profiler_install_runtime_initialized = void function(MonoProfileFunc runtime_initialized_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_statistical
alias da_mono_profiler_install_statistical = void function(MonoProfileStatFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_statistical_call_chain
alias da_mono_profiler_install_statistical_call_chain = void function(MonoProfileStatCallChainFunc callback, int call_chain_depth, MonoProfilerCallChainStrategy call_chain_strategy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_thread
alias da_mono_profiler_install_thread = void function(MonoProfileThreadFunc start, MonoProfileThreadFunc end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_thread_name
alias da_mono_profiler_install_thread_name = void function(MonoProfileThreadNameFunc thread_name_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_install_transition
alias da_mono_profiler_install_transition = void function(MonoProfileMethodResult callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_load
alias da_mono_profiler_load = void function(const(char)* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_set_events
alias da_mono_profiler_set_events = void function(MonoProfileFlags events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_profiler_set_statistical_mode
alias da_mono_profiler_set_statistical_mode = void function(MonoProfileSamplingMode mode, long sampling_frequency_hz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_flags
alias da_mono_property_get_flags = uint function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_get_method
alias da_mono_property_get_get_method = MonoMethod* function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_name
alias da_mono_property_get_name = const(char)* function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_object
alias da_mono_property_get_object = MonoReflectionProperty* function(MonoDomain* domain, MonoClass* klass, MonoProperty* property)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_parent
alias da_mono_property_get_parent = MonoClass* function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_set_method
alias da_mono_property_get_set_method = MonoMethod* function(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_get_value
alias da_mono_property_get_value = MonoObject* function(MonoProperty* prop, void* obj, void** params, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_property_set_value
alias da_mono_property_set_value = void function(MonoProperty* prop, void* obj, void** params, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_ptr_class_get
alias da_mono_ptr_class_get = MonoClass* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_raise_exception
alias da_mono_raise_exception = void function(MonoException* ex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_assembly_get_assembly
alias da_mono_reflection_assembly_get_assembly = MonoAssembly* function(MonoReflectionAssembly* refassembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_free_type_info
alias da_mono_reflection_free_type_info = void function(MonoTypeNameParse* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_custom_attrs
alias da_mono_reflection_get_custom_attrs = MonoArray* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_custom_attrs_blob
alias da_mono_reflection_get_custom_attrs_blob = MonoArray* function(MonoReflectionAssembly* assembly, MonoObject* ctor, MonoArray* ctorArgs, MonoArray* properties, MonoArray* porpValues, MonoArray* fields, MonoArray* fieldValues)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_custom_attrs_by_type
alias da_mono_reflection_get_custom_attrs_by_type = MonoArray* function(MonoObject* obj, MonoClass* attr_klass, MonoError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_custom_attrs_data
alias da_mono_reflection_get_custom_attrs_data = MonoArray* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_custom_attrs_info
alias da_mono_reflection_get_custom_attrs_info = MonoCustomAttrInfo* function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_token
alias da_mono_reflection_get_token = uint function(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_get_type
alias da_mono_reflection_get_type = MonoType* function(MonoImage* image, MonoTypeNameParse* info, mono_bool ignorecase, mono_bool* type_resolve)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_parse_type
alias da_mono_reflection_parse_type = int function(char* name, MonoTypeNameParse* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_type_from_name
alias da_mono_reflection_type_from_name = MonoType* function(char* name, MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_reflection_type_get_type
alias da_mono_reflection_type_get_type = MonoType* function(MonoReflectionType* reftype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_register_bundled_assemblies
alias da_mono_register_bundled_assemblies = void function(const(MonoBundledAssembly*)* assemblies)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_register_config_for_assembly
alias da_mono_register_config_for_assembly = void function(const(char)* assembly_name, const(char)* config_xml)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_register_machine_config
alias da_mono_register_machine_config = void function(const(char)* config_xml)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_register_symfile_for_assembly
alias da_mono_register_symfile_for_assembly = void function(const(char)* assembly_name, const(mono_byte)* raw_contents, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_class_init
alias da_mono_runtime_class_init = void function(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_cleanup
alias da_mono_runtime_cleanup = void function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_delegate_invoke
alias da_mono_runtime_delegate_invoke = MonoObject* function(MonoObject* delegate_, void** params, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_exec_main
alias da_mono_runtime_exec_main = int function(MonoMethod* method, MonoArray* args, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_exec_managed_code
alias da_mono_runtime_exec_managed_code = void function(MonoDomain* domain, MonoMainThreadFunc main_func, void* main_args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_get_main_args
alias da_mono_runtime_get_main_args = MonoArray* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_init
alias da_mono_runtime_init = void function(MonoDomain* domain, MonoThreadStartCB start_cb, MonoThreadAttachCB attach_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_invoke
alias da_mono_runtime_invoke = MonoObject* function(MonoMethod* method, void* obj, void** params, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_invoke_array
alias da_mono_runtime_invoke_array = MonoObject* function(MonoMethod* method, void* obj, MonoArray* params, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_is_shutting_down
alias da_mono_runtime_is_shutting_down = mono_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_object_init
alias da_mono_runtime_object_init = void function(MonoObject* this_obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_quit
alias da_mono_runtime_quit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_resource_check_limit
alias da_mono_runtime_resource_check_limit = void function(int resource_type, uintptr_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_resource_limit
alias da_mono_runtime_resource_limit = int function(int resource_type, uintptr_t soft_limit, uintptr_t hard_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_resource_set_callback
alias da_mono_runtime_resource_set_callback = void function(MonoResourceCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_run_main
alias da_mono_runtime_run_main = int function(MonoMethod* method, int argc, char** argv, MonoObject** exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_set_main_args
alias da_mono_runtime_set_main_args = int function(int argc, char** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_runtime_set_shutting_down
alias da_mono_runtime_set_shutting_down = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_security_enable_core_clr
alias da_mono_security_enable_core_clr = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_security_set_core_clr_platform_callback
alias da_mono_security_set_core_clr_platform_callback = void function(MonoCoreClrPlatformCB callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_allocator_vtable
alias da_mono_set_allocator_vtable = mono_bool function(MonoAllocatorVTable*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_assemblies_path
alias da_mono_set_assemblies_path = void function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_break_policy
alias da_mono_set_break_policy = void function(MonoBreakPolicyFunc policy_callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_config_dir
alias da_mono_set_config_dir = void function(const(char)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_crash_chaining
alias da_mono_set_crash_chaining = void function(mono_bool chain_signals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_dirs
alias da_mono_set_dirs = void function(const(char)* assembly_dir, const(char)* config_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_is_debugger_attached
alias da_mono_set_is_debugger_attached = void function(mono_bool attached)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_rootdir
alias da_mono_set_rootdir = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_set_signal_chaining
alias da_mono_set_signal_chaining = void function(mono_bool chain_signals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_explicit_this
alias da_mono_signature_explicit_this = mono_bool function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_get_call_conv
alias da_mono_signature_get_call_conv = uint function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_get_desc
alias da_mono_signature_get_desc = char* function(MonoMethodSignature* sig, mono_bool include_namespace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_get_param_count
alias da_mono_signature_get_param_count = uint function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_get_params
alias da_mono_signature_get_params = MonoType* function(MonoMethodSignature* sig, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_get_return_type
alias da_mono_signature_get_return_type = MonoType* function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_hash
alias da_mono_signature_hash = uint function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_is_instance
alias da_mono_signature_is_instance = mono_bool function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_param_is_out
alias da_mono_signature_param_is_out = mono_bool function(MonoMethodSignature* sig, int param_num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_signature_vararg_start
alias da_mono_signature_vararg_start = int function(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_stack_walk
alias da_mono_stack_walk = void function(MonoStackWalk func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_stack_walk_async_safe
alias da_mono_stack_walk_async_safe = void function(MonoStackWalkAsyncSafe func, void* initial_sig_context, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_stack_walk_no_il
alias da_mono_stack_walk_no_il = void function(MonoStackWalk func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_store_remote_field
alias da_mono_store_remote_field = void function(MonoObject* this_obj, MonoClass* klass, MonoClassField* field, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_store_remote_field_new
alias da_mono_store_remote_field_new = void function(MonoObject* this_obj, MonoClass* klass, MonoClassField* field, MonoObject* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_chars
alias da_mono_string_chars = mono_unichar2* function(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_empty
alias da_mono_string_empty = MonoString* function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_empty_wrapper
alias da_mono_string_empty_wrapper = MonoString* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_equal
alias da_mono_string_equal = mono_bool function(MonoString* s1, MonoString* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_from_utf16
alias da_mono_string_from_utf16 = MonoString* function(mono_unichar2* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_from_utf32
alias da_mono_string_from_utf32 = MonoString* function(mono_unichar4* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_hash
alias da_mono_string_hash = uint function(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_intern
alias da_mono_string_intern = MonoString* function(MonoString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_is_interned
alias da_mono_string_is_interned = MonoString* function(MonoString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_length
alias da_mono_string_length = int function(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new
alias da_mono_string_new = MonoString* function(MonoDomain* domain, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new_len
alias da_mono_string_new_len = MonoString* function(MonoDomain* domain, const(char)* text, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new_size
alias da_mono_string_new_size = MonoString* function(MonoDomain* domain, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new_utf16
alias da_mono_string_new_utf16 = MonoString* function(MonoDomain* domain, const(mono_unichar2)* text, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new_utf32
alias da_mono_string_new_utf32 = MonoString* function(MonoDomain* domain, const(mono_unichar4)* text, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_new_wrapper
alias da_mono_string_new_wrapper = MonoString* function(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_to_utf16
alias da_mono_string_to_utf16 = mono_unichar2* function(MonoString* string_obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_to_utf32
alias da_mono_string_to_utf32 = mono_unichar4* function(MonoString* string_obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_to_utf8
alias da_mono_string_to_utf8 = char* function(MonoString* string_obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_string_to_utf8_checked
alias da_mono_string_to_utf8_checked = char* function(MonoString* string_obj, MonoError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_stringify_assembly_name
alias da_mono_stringify_assembly_name = char* function(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_table_info_get_rows
alias da_mono_table_info_get_rows = int function(const(MonoTableInfo)* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_attach
alias da_mono_thread_attach = MonoThread* function(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_cleanup
alias da_mono_thread_cleanup = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_create
alias da_mono_thread_create = void function(MonoDomain* domain, void* func, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_current
alias da_mono_thread_current = MonoThread* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_detach
alias da_mono_thread_detach = void function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_detach_if_exiting
alias da_mono_thread_detach_if_exiting = mono_bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_exit
alias da_mono_thread_exit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_get_main
alias da_mono_thread_get_main = MonoThread* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_get_managed_id
alias da_mono_thread_get_managed_id = int function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_get_name_utf8
alias da_mono_thread_get_name_utf8 = char* function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_init
alias da_mono_thread_init = void function(MonoThreadStartCB start_cb, MonoThreadAttachCB attach_cb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_is_foreign
alias da_mono_thread_is_foreign = mono_bool function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_manage
alias da_mono_thread_manage = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_new_init
alias da_mono_thread_new_init = void function(intptr_t tid, void* stack_start, void* func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_set_main
alias da_mono_thread_set_main = void function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_set_manage_callback
alias da_mono_thread_set_manage_callback = void function(MonoThread* thread, MonoThreadManageCallback func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_thread_stop
alias da_mono_thread_stop = void function(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_threads_get_default_stacksize
alias da_mono_threads_get_default_stacksize = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_threads_request_thread_dump
alias da_mono_threads_request_thread_dump = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_threads_set_default_stacksize
alias da_mono_threads_set_default_stacksize = void function(uint stacksize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_trace_set_level_string
alias da_mono_trace_set_level_string = void function(const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_trace_set_log_handler
alias da_mono_trace_set_log_handler = void function(MonoLogCallback callback, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_trace_set_mask_string
alias da_mono_trace_set_mask_string = void function(const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_trace_set_print_handler
alias da_mono_trace_set_print_handler = void function(MonoPrintCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_trace_set_printerr_handler
alias da_mono_trace_set_printerr_handler = void function(MonoPrintCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_create_from_typespec
alias da_mono_type_create_from_typespec = MonoType* function(MonoImage* image, uint type_spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_full_name
alias da_mono_type_full_name = char* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_generic_inst_is_valuetype
alias da_mono_type_generic_inst_is_valuetype = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_array_type
alias da_mono_type_get_array_type = MonoArrayType* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_class
alias da_mono_type_get_class = MonoClass* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_modifiers
alias da_mono_type_get_modifiers = MonoClass* function(MonoType* type, mono_bool* is_required, void** iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_name
alias da_mono_type_get_name = char* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_object
alias da_mono_type_get_object = MonoReflectionType* function(MonoDomain* domain, MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_ptr_type
alias da_mono_type_get_ptr_type = MonoType* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_signature
alias da_mono_type_get_signature = MonoMethodSignature* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_type
alias da_mono_type_get_type = int function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_get_underlying_type
alias da_mono_type_get_underlying_type = MonoType* function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_byref
alias da_mono_type_is_byref = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_generic_parameter
alias da_mono_type_is_generic_parameter = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_pointer
alias da_mono_type_is_pointer = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_reference
alias da_mono_type_is_reference = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_struct
alias da_mono_type_is_struct = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_is_void
alias da_mono_type_is_void = mono_bool function(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_size
alias da_mono_type_size = int function(MonoType* type, int* alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_stack_size
alias da_mono_type_stack_size = int function(MonoType* type, int* alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_type_to_unmanaged
alias da_mono_type_to_unmanaged = uint function(MonoType* type, MonoMarshalSpec* mspec, mono_bool as_field, mono_bool unicode, MonoMarshalConv* conv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_unhandled_exception
alias da_mono_unhandled_exception = void function(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_value_box
alias da_mono_value_box = MonoObject* function(MonoDomain* domain, MonoClass* klass, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_value_copy
alias da_mono_value_copy = void function(void* dest, void* src, MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_value_copy_array
alias da_mono_value_copy_array = void function(MonoArray* dest, int dest_idx, void* src, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_mono_verify_corlib
alias da_mono_verify_corlib = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mono_add_internal_call
da_mono_add_internal_call mono_add_internal_call;
Undocumented in source.
- mono_aot_get_method
da_mono_aot_get_method mono_aot_get_method;
Undocumented in source.
- mono_array_addr_with_size
da_mono_array_addr_with_size mono_array_addr_with_size;
Undocumented in source.
- mono_array_class_get
da_mono_array_class_get mono_array_class_get;
Undocumented in source.
- mono_array_clone
da_mono_array_clone mono_array_clone;
Undocumented in source.
- mono_array_element_size
da_mono_array_element_size mono_array_element_size;
Undocumented in source.
- mono_array_length
da_mono_array_length mono_array_length;
Undocumented in source.
- mono_array_new
da_mono_array_new mono_array_new;
Undocumented in source.
- mono_array_new_full
da_mono_array_new_full mono_array_new_full;
Undocumented in source.
- mono_array_new_specific
da_mono_array_new_specific mono_array_new_specific;
Undocumented in source.
- mono_assemblies_cleanup
da_mono_assemblies_cleanup mono_assemblies_cleanup;
Undocumented in source.
- mono_assemblies_init
da_mono_assemblies_init mono_assemblies_init;
Undocumented in source.
- mono_assembly_close
da_mono_assembly_close mono_assembly_close;
Undocumented in source.
- mono_assembly_fill_assembly_name
da_mono_assembly_fill_assembly_name mono_assembly_fill_assembly_name;
Undocumented in source.
- mono_assembly_foreach
da_mono_assembly_foreach mono_assembly_foreach;
Undocumented in source.
- mono_assembly_get_assemblyref
da_mono_assembly_get_assemblyref mono_assembly_get_assemblyref;
Undocumented in source.
- mono_assembly_get_image
da_mono_assembly_get_image mono_assembly_get_image;
Undocumented in source.
- mono_assembly_get_main
da_mono_assembly_get_main mono_assembly_get_main;
Undocumented in source.
- mono_assembly_get_name
da_mono_assembly_get_name mono_assembly_get_name;
Undocumented in source.
- mono_assembly_get_object
da_mono_assembly_get_object mono_assembly_get_object;
Undocumented in source.
- mono_assembly_getrootdir
da_mono_assembly_getrootdir mono_assembly_getrootdir;
Undocumented in source.
- mono_assembly_invoke_load_hook
da_mono_assembly_invoke_load_hook mono_assembly_invoke_load_hook;
Undocumented in source.
- mono_assembly_invoke_search_hook
da_mono_assembly_invoke_search_hook mono_assembly_invoke_search_hook;
Undocumented in source.
- mono_assembly_load
da_mono_assembly_load mono_assembly_load;
Undocumented in source.
- mono_assembly_load_from
da_mono_assembly_load_from mono_assembly_load_from;
Undocumented in source.
- mono_assembly_load_from_full
da_mono_assembly_load_from_full mono_assembly_load_from_full;
Undocumented in source.
- mono_assembly_load_full
da_mono_assembly_load_full mono_assembly_load_full;
Undocumented in source.
- mono_assembly_load_module
da_mono_assembly_load_module mono_assembly_load_module;
Undocumented in source.
- mono_assembly_load_reference
da_mono_assembly_load_reference mono_assembly_load_reference;
Undocumented in source.
- mono_assembly_load_references
da_mono_assembly_load_references mono_assembly_load_references;
Undocumented in source.
- mono_assembly_load_with_partial_name
da_mono_assembly_load_with_partial_name mono_assembly_load_with_partial_name;
Undocumented in source.
- mono_assembly_loaded
da_mono_assembly_loaded mono_assembly_loaded;
Undocumented in source.
- mono_assembly_loaded_full
da_mono_assembly_loaded_full mono_assembly_loaded_full;
Undocumented in source.
- mono_assembly_name_free
da_mono_assembly_name_free mono_assembly_name_free;
Undocumented in source.
- mono_assembly_name_get_culture
da_mono_assembly_name_get_culture mono_assembly_name_get_culture;
Undocumented in source.
- mono_assembly_name_get_name
da_mono_assembly_name_get_name mono_assembly_name_get_name;
Undocumented in source.
- mono_assembly_name_get_pubkeytoken
da_mono_assembly_name_get_pubkeytoken mono_assembly_name_get_pubkeytoken;
Undocumented in source.
- mono_assembly_name_get_version
da_mono_assembly_name_get_version mono_assembly_name_get_version;
Undocumented in source.
- mono_assembly_name_new
da_mono_assembly_name_new mono_assembly_name_new;
Undocumented in source.
- mono_assembly_names_equal
da_mono_assembly_names_equal mono_assembly_names_equal;
Undocumented in source.
- mono_assembly_open
da_mono_assembly_open mono_assembly_open;
Undocumented in source.
- mono_assembly_open_full
da_mono_assembly_open_full mono_assembly_open_full;
Undocumented in source.
- mono_assembly_set_main
da_mono_assembly_set_main mono_assembly_set_main;
Undocumented in source.
- mono_assembly_setrootdir
da_mono_assembly_setrootdir mono_assembly_setrootdir;
Undocumented in source.
- mono_bounded_array_class_get
da_mono_bounded_array_class_get mono_bounded_array_class_get;
Undocumented in source.
- mono_check_corlib_version
da_mono_check_corlib_version mono_check_corlib_version;
Undocumented in source.
- mono_class_array_element_size
da_mono_class_array_element_size mono_class_array_element_size;
Undocumented in source.
- mono_class_data_size
da_mono_class_data_size mono_class_data_size;
Undocumented in source.
- mono_class_enum_basetype
da_mono_class_enum_basetype mono_class_enum_basetype;
Undocumented in source.
- mono_class_from_generic_parameter
da_mono_class_from_generic_parameter mono_class_from_generic_parameter;
Undocumented in source.
- mono_class_from_mono_type
da_mono_class_from_mono_type mono_class_from_mono_type;
Undocumented in source.
- mono_class_from_name
da_mono_class_from_name mono_class_from_name;
Undocumented in source.
- mono_class_from_name_case
da_mono_class_from_name_case mono_class_from_name_case;
Undocumented in source.
- mono_class_from_typeref
da_mono_class_from_typeref mono_class_from_typeref;
Undocumented in source.
- mono_class_from_typeref_checked
da_mono_class_from_typeref_checked mono_class_from_typeref_checked;
Undocumented in source.
- mono_class_get
da_mono_class_get mono_class_get;
Undocumented in source.
- mono_class_get_byref_type
da_mono_class_get_byref_type mono_class_get_byref_type;
Undocumented in source.
- mono_class_get_element_class
da_mono_class_get_element_class mono_class_get_element_class;
Undocumented in source.
- mono_class_get_event_token
da_mono_class_get_event_token mono_class_get_event_token;
Undocumented in source.
- mono_class_get_events
da_mono_class_get_events mono_class_get_events;
Undocumented in source.
- mono_class_get_field
da_mono_class_get_field mono_class_get_field;
Undocumented in source.
- mono_class_get_field_from_name
da_mono_class_get_field_from_name mono_class_get_field_from_name;
Undocumented in source.
- mono_class_get_field_token
da_mono_class_get_field_token mono_class_get_field_token;
Undocumented in source.
- mono_class_get_fields
da_mono_class_get_fields mono_class_get_fields;
Undocumented in source.
- mono_class_get_flags
da_mono_class_get_flags mono_class_get_flags;
Undocumented in source.
- mono_class_get_full
da_mono_class_get_full mono_class_get_full;
Undocumented in source.
- mono_class_get_image
da_mono_class_get_image mono_class_get_image;
Undocumented in source.
- mono_class_get_interfaces
da_mono_class_get_interfaces mono_class_get_interfaces;
Undocumented in source.
- mono_class_get_method_from_name
da_mono_class_get_method_from_name mono_class_get_method_from_name;
Undocumented in source.
- mono_class_get_method_from_name_flags
da_mono_class_get_method_from_name_flags mono_class_get_method_from_name_flags;
Undocumented in source.
- mono_class_get_methods
da_mono_class_get_methods mono_class_get_methods;
Undocumented in source.
- mono_class_get_name
da_mono_class_get_name mono_class_get_name;
Undocumented in source.
- mono_class_get_namespace
da_mono_class_get_namespace mono_class_get_namespace;
Undocumented in source.
- mono_class_get_nested_types
da_mono_class_get_nested_types mono_class_get_nested_types;
Undocumented in source.
- mono_class_get_nesting_type
da_mono_class_get_nesting_type mono_class_get_nesting_type;
Undocumented in source.
- mono_class_get_parent
da_mono_class_get_parent mono_class_get_parent;
Undocumented in source.
- mono_class_get_properties
da_mono_class_get_properties mono_class_get_properties;
Undocumented in source.
- mono_class_get_property_from_name
da_mono_class_get_property_from_name mono_class_get_property_from_name;
Undocumented in source.
- mono_class_get_property_token
da_mono_class_get_property_token mono_class_get_property_token;
Undocumented in source.
- mono_class_get_rank
da_mono_class_get_rank mono_class_get_rank;
Undocumented in source.
- mono_class_get_type
da_mono_class_get_type mono_class_get_type;
Undocumented in source.
- mono_class_get_type_token
da_mono_class_get_type_token mono_class_get_type_token;
Undocumented in source.
- mono_class_implements_interface
da_mono_class_implements_interface mono_class_implements_interface;
Undocumented in source.
- mono_class_inflate_generic_method
da_mono_class_inflate_generic_method mono_class_inflate_generic_method;
Undocumented in source.
- mono_class_inflate_generic_type
da_mono_class_inflate_generic_type mono_class_inflate_generic_type;
Undocumented in source.
- mono_class_init
da_mono_class_init mono_class_init;
Undocumented in source.
- mono_class_instance_size
da_mono_class_instance_size mono_class_instance_size;
Undocumented in source.
- mono_class_is_assignable_from
da_mono_class_is_assignable_from mono_class_is_assignable_from;
Undocumented in source.
- mono_class_is_delegate
da_mono_class_is_delegate mono_class_is_delegate;
Undocumented in source.
- mono_class_is_enum
da_mono_class_is_enum mono_class_is_enum;
Undocumented in source.
- mono_class_is_subclass_of
da_mono_class_is_subclass_of mono_class_is_subclass_of;
Undocumented in source.
- mono_class_is_valuetype
da_mono_class_is_valuetype mono_class_is_valuetype;
Undocumented in source.
- mono_class_min_align
da_mono_class_min_align mono_class_min_align;
Undocumented in source.
- mono_class_name_from_token
da_mono_class_name_from_token mono_class_name_from_token;
Undocumented in source.
- mono_class_num_events
da_mono_class_num_events mono_class_num_events;
Undocumented in source.
- mono_class_num_fields
da_mono_class_num_fields mono_class_num_fields;
Undocumented in source.
- mono_class_num_methods
da_mono_class_num_methods mono_class_num_methods;
Undocumented in source.
- mono_class_num_properties
da_mono_class_num_properties mono_class_num_properties;
Undocumented in source.
- mono_class_value_size
da_mono_class_value_size mono_class_value_size;
Undocumented in source.
- mono_class_vtable
da_mono_class_vtable mono_class_vtable;
Undocumented in source.
- mono_compile_method
da_mono_compile_method mono_compile_method;
Undocumented in source.
- mono_config_cleanup
da_mono_config_cleanup mono_config_cleanup;
Undocumented in source.
- mono_config_for_assembly
da_mono_config_for_assembly mono_config_for_assembly;
Undocumented in source.
- mono_config_get_cpu
da_mono_config_get_cpu mono_config_get_cpu;
Undocumented in source.
- mono_config_get_os
da_mono_config_get_os mono_config_get_os;
Undocumented in source.
- mono_config_get_wordsize
da_mono_config_get_wordsize mono_config_get_wordsize;
Undocumented in source.
- mono_config_is_server_mode
da_mono_config_is_server_mode mono_config_is_server_mode;
Undocumented in source.
- mono_config_parse
da_mono_config_parse mono_config_parse;
Undocumented in source.
- mono_config_parse_memory
da_mono_config_parse_memory mono_config_parse_memory;
Undocumented in source.
- mono_config_set_server_mode
da_mono_config_set_server_mode mono_config_set_server_mode;
Undocumented in source.
- mono_config_string_for_assembly_file
da_mono_config_string_for_assembly_file mono_config_string_for_assembly_file;
Undocumented in source.
- mono_context_get
da_mono_context_get mono_context_get;
Undocumented in source.
- mono_context_get_desc
da_mono_context_get_desc mono_context_get_desc;
Undocumented in source.
- mono_context_get_domain_id
da_mono_context_get_domain_id mono_context_get_domain_id;
Undocumented in source.
- mono_context_get_id
da_mono_context_get_id mono_context_get_id;
Undocumented in source.
- mono_context_init
da_mono_context_init mono_context_init;
Undocumented in source.
- mono_context_set
da_mono_context_set mono_context_set;
Undocumented in source.
- mono_counter_get_name
da_mono_counter_get_name mono_counter_get_name;
Undocumented in source.
- mono_counter_get_section
da_mono_counter_get_section mono_counter_get_section;
Undocumented in source.
- mono_counter_get_size
da_mono_counter_get_size mono_counter_get_size;
Undocumented in source.
- mono_counter_get_type
da_mono_counter_get_type mono_counter_get_type;
Undocumented in source.
- mono_counter_get_unit
da_mono_counter_get_unit mono_counter_get_unit;
Undocumented in source.
- mono_counter_get_variance
da_mono_counter_get_variance mono_counter_get_variance;
Undocumented in source.
- mono_counters_cleanup
da_mono_counters_cleanup mono_counters_cleanup;
Undocumented in source.
- mono_counters_dump
da_mono_counters_dump mono_counters_dump;
Undocumented in source.
- mono_counters_enable
da_mono_counters_enable mono_counters_enable;
Undocumented in source.
- mono_counters_foreach
da_mono_counters_foreach mono_counters_foreach;
Undocumented in source.
- mono_counters_init
da_mono_counters_init mono_counters_init;
Undocumented in source.
- mono_counters_on_register
da_mono_counters_on_register mono_counters_on_register;
Undocumented in source.
- mono_counters_register
da_mono_counters_register mono_counters_register;
Undocumented in source.
- mono_counters_register_with_size
da_mono_counters_register_with_size mono_counters_register_with_size;
Undocumented in source.
- mono_counters_sample
da_mono_counters_sample mono_counters_sample;
Undocumented in source.
- mono_custom_attrs_construct
da_mono_custom_attrs_construct mono_custom_attrs_construct;
Undocumented in source.
- mono_custom_attrs_free
da_mono_custom_attrs_free mono_custom_attrs_free;
Undocumented in source.
- mono_custom_attrs_from_assembly
da_mono_custom_attrs_from_assembly mono_custom_attrs_from_assembly;
Undocumented in source.
- mono_custom_attrs_from_class
da_mono_custom_attrs_from_class mono_custom_attrs_from_class;
Undocumented in source.
- mono_custom_attrs_from_event
da_mono_custom_attrs_from_event mono_custom_attrs_from_event;
Undocumented in source.
- mono_custom_attrs_from_field
da_mono_custom_attrs_from_field mono_custom_attrs_from_field;
Undocumented in source.
- mono_custom_attrs_from_index
da_mono_custom_attrs_from_index mono_custom_attrs_from_index;
Undocumented in source.
- mono_custom_attrs_from_method
da_mono_custom_attrs_from_method mono_custom_attrs_from_method;
Undocumented in source.
- mono_custom_attrs_from_param
da_mono_custom_attrs_from_param mono_custom_attrs_from_param;
Undocumented in source.
- mono_custom_attrs_from_property
da_mono_custom_attrs_from_property mono_custom_attrs_from_property;
Undocumented in source.
- mono_custom_attrs_get_attr
da_mono_custom_attrs_get_attr mono_custom_attrs_get_attr;
Undocumented in source.
- mono_custom_attrs_has_attr
da_mono_custom_attrs_has_attr mono_custom_attrs_has_attr;
Undocumented in source.
- mono_debug_add_delegate_trampoline
da_mono_debug_add_delegate_trampoline mono_debug_add_delegate_trampoline;
Undocumented in source.
- mono_debug_add_method
da_mono_debug_add_method mono_debug_add_method;
Undocumented in source.
- mono_debug_cleanup
da_mono_debug_cleanup mono_debug_cleanup;
Undocumented in source.
- mono_debug_close_image
da_mono_debug_close_image mono_debug_close_image;
Undocumented in source.
- mono_debug_close_mono_symbol_file
da_mono_debug_close_mono_symbol_file mono_debug_close_mono_symbol_file;
Undocumented in source.
- mono_debug_domain_create
da_mono_debug_domain_create mono_debug_domain_create;
Undocumented in source.
- mono_debug_domain_unload
da_mono_debug_domain_unload mono_debug_domain_unload;
Undocumented in source.
- mono_debug_find_method
da_mono_debug_find_method mono_debug_find_method;
Undocumented in source.
- mono_debug_free_method_jit_info
da_mono_debug_free_method_jit_info mono_debug_free_method_jit_info;
Undocumented in source.
- mono_debug_free_source_location
da_mono_debug_free_source_location mono_debug_free_source_location;
Undocumented in source.
- mono_debug_il_offset_from_address
da_mono_debug_il_offset_from_address mono_debug_il_offset_from_address;
Undocumented in source.
- mono_debug_image_has_debug_info
da_mono_debug_image_has_debug_info mono_debug_image_has_debug_info;
Undocumented in source.
- mono_debug_init
da_mono_debug_init mono_debug_init;
Undocumented in source.
- mono_debug_lookup_locals
da_mono_debug_lookup_locals mono_debug_lookup_locals;
Undocumented in source.
- mono_debug_lookup_method
da_mono_debug_lookup_method mono_debug_lookup_method;
Undocumented in source.
- mono_debug_lookup_method_addresses
da_mono_debug_lookup_method_addresses mono_debug_lookup_method_addresses;
Undocumented in source.
- mono_debug_lookup_method_async_debug_info
da_mono_debug_lookup_method_async_debug_info mono_debug_lookup_method_async_debug_info;
Undocumented in source.
- mono_debug_lookup_source_location
da_mono_debug_lookup_source_location mono_debug_lookup_source_location;
Undocumented in source.
- mono_debug_method_lookup_location
da_mono_debug_method_lookup_location mono_debug_method_lookup_location;
Undocumented in source.
- mono_debug_open_image_from_memory
da_mono_debug_open_image_from_memory mono_debug_open_image_from_memory;
Undocumented in source.
- mono_debug_open_mono_symbols
da_mono_debug_open_mono_symbols mono_debug_open_mono_symbols;
Undocumented in source.
- mono_debug_print_stack_frame
da_mono_debug_print_stack_frame mono_debug_print_stack_frame;
Undocumented in source.
- mono_debug_remove_method
da_mono_debug_remove_method mono_debug_remove_method;
Undocumented in source.
- mono_debug_symfile_free_location
da_mono_debug_symfile_free_location mono_debug_symfile_free_location;
Undocumented in source.
- mono_debug_symfile_is_loaded
da_mono_debug_symfile_is_loaded mono_debug_symfile_is_loaded;
Undocumented in source.
- mono_debug_symfile_lookup_locals
da_mono_debug_symfile_lookup_locals mono_debug_symfile_lookup_locals;
Undocumented in source.
- mono_debug_symfile_lookup_location
da_mono_debug_symfile_lookup_location mono_debug_symfile_lookup_location;
Undocumented in source.
- mono_debug_symfile_lookup_method
da_mono_debug_symfile_lookup_method mono_debug_symfile_lookup_method;
Undocumented in source.
- mono_debugger_insert_breakpoint
da_mono_debugger_insert_breakpoint mono_debugger_insert_breakpoint;
Undocumented in source.
- mono_debugger_method_has_breakpoint
da_mono_debugger_method_has_breakpoint mono_debugger_method_has_breakpoint;
Undocumented in source.
- mono_declsec_flags_from_assembly
da_mono_declsec_flags_from_assembly mono_declsec_flags_from_assembly;
Undocumented in source.
- mono_declsec_flags_from_class
da_mono_declsec_flags_from_class mono_declsec_flags_from_class;
Undocumented in source.
- mono_declsec_flags_from_method
da_mono_declsec_flags_from_method mono_declsec_flags_from_method;
Undocumented in source.
- mono_declsec_get_assembly_action
da_mono_declsec_get_assembly_action mono_declsec_get_assembly_action;
Undocumented in source.
- mono_declsec_get_class_action
da_mono_declsec_get_class_action mono_declsec_get_class_action;
Undocumented in source.
- mono_declsec_get_demands
da_mono_declsec_get_demands mono_declsec_get_demands;
Undocumented in source.
- mono_declsec_get_inheritdemands_class
da_mono_declsec_get_inheritdemands_class mono_declsec_get_inheritdemands_class;
Undocumented in source.
- mono_declsec_get_inheritdemands_method
da_mono_declsec_get_inheritdemands_method mono_declsec_get_inheritdemands_method;
Undocumented in source.
- mono_declsec_get_linkdemands
da_mono_declsec_get_linkdemands mono_declsec_get_linkdemands;
Undocumented in source.
- mono_declsec_get_method_action
da_mono_declsec_get_method_action mono_declsec_get_method_action;
Undocumented in source.
- mono_disasm_code
da_mono_disasm_code mono_disasm_code;
Undocumented in source.
- mono_disasm_code_one
da_mono_disasm_code_one mono_disasm_code_one;
Undocumented in source.
- mono_dl_fallback_register
da_mono_dl_fallback_register mono_dl_fallback_register;
Undocumented in source.
- mono_dl_fallback_unregister
da_mono_dl_fallback_unregister mono_dl_fallback_unregister;
Undocumented in source.
- mono_dllmap_insert
da_mono_dllmap_insert mono_dllmap_insert;
Undocumented in source.
- mono_domain_assembly_open
da_mono_domain_assembly_open mono_domain_assembly_open;
Undocumented in source.
- mono_domain_create
da_mono_domain_create mono_domain_create;
Undocumented in source.
- mono_domain_create_appdomain
da_mono_domain_create_appdomain mono_domain_create_appdomain;
Undocumented in source.
- mono_domain_finalize
da_mono_domain_finalize mono_domain_finalize;
Undocumented in source.
- mono_domain_foreach
da_mono_domain_foreach mono_domain_foreach;
Undocumented in source.
- mono_domain_free
da_mono_domain_free mono_domain_free;
Undocumented in source.
- mono_domain_from_appdomain
da_mono_domain_from_appdomain mono_domain_from_appdomain;
Undocumented in source.
- mono_domain_get
da_mono_domain_get mono_domain_get;
Undocumented in source.
- mono_domain_get_by_id
da_mono_domain_get_by_id mono_domain_get_by_id;
Undocumented in source.
- mono_domain_get_friendly_name
da_mono_domain_get_friendly_name mono_domain_get_friendly_name;
Undocumented in source.
- mono_domain_get_id
da_mono_domain_get_id mono_domain_get_id;
Undocumented in source.
- mono_domain_has_type_resolve
da_mono_domain_has_type_resolve mono_domain_has_type_resolve;
Undocumented in source.
- mono_domain_is_unloading
da_mono_domain_is_unloading mono_domain_is_unloading;
Undocumented in source.
- mono_domain_owns_vtable_slot
da_mono_domain_owns_vtable_slot mono_domain_owns_vtable_slot;
Undocumented in source.
- mono_domain_set
da_mono_domain_set mono_domain_set;
Undocumented in source.
- mono_domain_set_config
da_mono_domain_set_config mono_domain_set_config;
Undocumented in source.
- mono_domain_set_internal
da_mono_domain_set_internal mono_domain_set_internal;
Undocumented in source.
- mono_domain_try_type_resolve
da_mono_domain_try_type_resolve mono_domain_try_type_resolve;
Undocumented in source.
- mono_domain_try_unload
da_mono_domain_try_unload mono_domain_try_unload;
Undocumented in source.
- mono_domain_unload
da_mono_domain_unload mono_domain_unload;
Undocumented in source.
- mono_environment_exitcode_get
da_mono_environment_exitcode_get mono_environment_exitcode_get;
Undocumented in source.
- mono_environment_exitcode_set
da_mono_environment_exitcode_set mono_environment_exitcode_set;
Undocumented in source.
- mono_error_cleanup
da_mono_error_cleanup mono_error_cleanup;
Undocumented in source.
- mono_error_get_error_code
da_mono_error_get_error_code mono_error_get_error_code;
Undocumented in source.
- mono_error_get_message
da_mono_error_get_message mono_error_get_message;
Undocumented in source.
- mono_error_init
da_mono_error_init mono_error_init;
Undocumented in source.
- mono_error_init_flags
da_mono_error_init_flags mono_error_init_flags;
Undocumented in source.
- mono_error_ok
da_mono_error_ok mono_error_ok;
Undocumented in source.
- mono_event_get_add_method
da_mono_event_get_add_method mono_event_get_add_method;
Undocumented in source.
- mono_event_get_flags
da_mono_event_get_flags mono_event_get_flags;
Undocumented in source.
- mono_event_get_name
da_mono_event_get_name mono_event_get_name;
Undocumented in source.
- mono_event_get_object
da_mono_event_get_object mono_event_get_object;
Undocumented in source.
- mono_event_get_parent
da_mono_event_get_parent mono_event_get_parent;
Undocumented in source.
- mono_event_get_raise_method
da_mono_event_get_raise_method mono_event_get_raise_method;
Undocumented in source.
- mono_event_get_remove_method
da_mono_event_get_remove_method mono_event_get_remove_method;
Undocumented in source.
- mono_exception_from_name
da_mono_exception_from_name mono_exception_from_name;
Undocumented in source.
- mono_exception_from_name_domain
da_mono_exception_from_name_domain mono_exception_from_name_domain;
Undocumented in source.
- mono_exception_from_name_msg
da_mono_exception_from_name_msg mono_exception_from_name_msg;
Undocumented in source.
- mono_exception_from_name_two_strings
da_mono_exception_from_name_two_strings mono_exception_from_name_two_strings;
Undocumented in source.
- mono_exception_from_token
da_mono_exception_from_token mono_exception_from_token;
Undocumented in source.
- mono_exception_from_token_two_strings
da_mono_exception_from_token_two_strings mono_exception_from_token_two_strings;
Undocumented in source.
- mono_field_from_token
da_mono_field_from_token mono_field_from_token;
Undocumented in source.
- mono_field_full_name
da_mono_field_full_name mono_field_full_name;
Undocumented in source.
- mono_field_get_data
da_mono_field_get_data mono_field_get_data;
Undocumented in source.
- mono_field_get_flags
da_mono_field_get_flags mono_field_get_flags;
Undocumented in source.
- mono_field_get_name
da_mono_field_get_name mono_field_get_name;
Undocumented in source.
- mono_field_get_object
da_mono_field_get_object mono_field_get_object;
Undocumented in source.
- mono_field_get_offset
da_mono_field_get_offset mono_field_get_offset;
Undocumented in source.
- mono_field_get_parent
da_mono_field_get_parent mono_field_get_parent;
Undocumented in source.
- mono_field_get_type
da_mono_field_get_type mono_field_get_type;
Undocumented in source.
- mono_field_get_value
da_mono_field_get_value mono_field_get_value;
Undocumented in source.
- mono_field_get_value_object
da_mono_field_get_value_object mono_field_get_value_object;
Undocumented in source.
- mono_field_set_value
da_mono_field_set_value mono_field_set_value;
Undocumented in source.
- mono_field_static_get_value
da_mono_field_static_get_value mono_field_static_get_value;
Undocumented in source.
- mono_field_static_set_value
da_mono_field_static_set_value mono_field_static_set_value;
Undocumented in source.
- mono_free
da_mono_free mono_free;
Undocumented in source.
- mono_free_method
da_mono_free_method mono_free_method;
Undocumented in source.
- mono_free_verify_list
da_mono_free_verify_list mono_free_verify_list;
Undocumented in source.
- mono_gc_collect
da_mono_gc_collect mono_gc_collect;
Undocumented in source.
- mono_gc_collection_count
da_mono_gc_collection_count mono_gc_collection_count;
Undocumented in source.
- mono_gc_finalize_notify
da_mono_gc_finalize_notify mono_gc_finalize_notify;
Undocumented in source.
- mono_gc_get_generation
da_mono_gc_get_generation mono_gc_get_generation;
Undocumented in source.
- mono_gc_get_heap_size
da_mono_gc_get_heap_size mono_gc_get_heap_size;
Undocumented in source.
- mono_gc_get_used_size
da_mono_gc_get_used_size mono_gc_get_used_size;
Undocumented in source.
- mono_gc_invoke_finalizers
da_mono_gc_invoke_finalizers mono_gc_invoke_finalizers;
Undocumented in source.
- mono_gc_max_generation
da_mono_gc_max_generation mono_gc_max_generation;
Undocumented in source.
- mono_gc_pending_finalizers
da_mono_gc_pending_finalizers mono_gc_pending_finalizers;
Undocumented in source.
- mono_gc_reference_queue_add
da_mono_gc_reference_queue_add mono_gc_reference_queue_add;
Undocumented in source.
- mono_gc_reference_queue_free
da_mono_gc_reference_queue_free mono_gc_reference_queue_free;
Undocumented in source.
- mono_gc_reference_queue_new
da_mono_gc_reference_queue_new mono_gc_reference_queue_new;
Undocumented in source.
- mono_gc_register_bridge_callbacks
da_mono_gc_register_bridge_callbacks mono_gc_register_bridge_callbacks;
Undocumented in source.
- mono_gc_wait_for_bridge_processing
da_mono_gc_wait_for_bridge_processing mono_gc_wait_for_bridge_processing;
Undocumented in source.
- mono_gc_walk_heap
da_mono_gc_walk_heap mono_gc_walk_heap;
Undocumented in source.
- mono_gc_wbarrier_arrayref_copy
da_mono_gc_wbarrier_arrayref_copy mono_gc_wbarrier_arrayref_copy;
Undocumented in source.
- mono_gc_wbarrier_generic_nostore
da_mono_gc_wbarrier_generic_nostore mono_gc_wbarrier_generic_nostore;
Undocumented in source.
- mono_gc_wbarrier_generic_store
da_mono_gc_wbarrier_generic_store mono_gc_wbarrier_generic_store;
Undocumented in source.
- mono_gc_wbarrier_generic_store_atomic
da_mono_gc_wbarrier_generic_store_atomic mono_gc_wbarrier_generic_store_atomic;
Undocumented in source.
- mono_gc_wbarrier_object_copy
da_mono_gc_wbarrier_object_copy mono_gc_wbarrier_object_copy;
Undocumented in source.
- mono_gc_wbarrier_set_arrayref
da_mono_gc_wbarrier_set_arrayref mono_gc_wbarrier_set_arrayref;
Undocumented in source.
- mono_gc_wbarrier_set_field
da_mono_gc_wbarrier_set_field mono_gc_wbarrier_set_field;
Undocumented in source.
- mono_gc_wbarrier_value_copy
da_mono_gc_wbarrier_value_copy mono_gc_wbarrier_value_copy;
Undocumented in source.
- mono_gchandle_free
da_mono_gchandle_free mono_gchandle_free;
Undocumented in source.
- mono_gchandle_get_target
da_mono_gchandle_get_target mono_gchandle_get_target;
Undocumented in source.
- mono_gchandle_new
da_mono_gchandle_new mono_gchandle_new;
Undocumented in source.
- mono_gchandle_new_weakref
da_mono_gchandle_new_weakref mono_gchandle_new_weakref;
Undocumented in source.
- mono_get_array_class
da_mono_get_array_class mono_get_array_class;
Undocumented in source.
- mono_get_boolean_class
da_mono_get_boolean_class mono_get_boolean_class;
Undocumented in source.
- mono_get_byte_class
da_mono_get_byte_class mono_get_byte_class;
Undocumented in source.
- mono_get_char_class
da_mono_get_char_class mono_get_char_class;
Undocumented in source.
- mono_get_config_dir
da_mono_get_config_dir mono_get_config_dir;
Undocumented in source.
- mono_get_corlib
da_mono_get_corlib mono_get_corlib;
Undocumented in source.
- mono_get_dbnull_object
da_mono_get_dbnull_object mono_get_dbnull_object;
Undocumented in source.
- mono_get_delegate_begin_invoke
da_mono_get_delegate_begin_invoke mono_get_delegate_begin_invoke;
Undocumented in source.
- mono_get_delegate_end_invoke
da_mono_get_delegate_end_invoke mono_get_delegate_end_invoke;
Undocumented in source.
- mono_get_delegate_invoke
da_mono_get_delegate_invoke mono_get_delegate_invoke;
Undocumented in source.
- mono_get_double_class
da_mono_get_double_class mono_get_double_class;
Undocumented in source.
- mono_get_enum_class
da_mono_get_enum_class mono_get_enum_class;
Undocumented in source.
- mono_get_exception_appdomain_unloaded
da_mono_get_exception_appdomain_unloaded mono_get_exception_appdomain_unloaded;
Undocumented in source.
- mono_get_exception_argument
da_mono_get_exception_argument mono_get_exception_argument;
Undocumented in source.
- mono_get_exception_argument_null
da_mono_get_exception_argument_null mono_get_exception_argument_null;
Undocumented in source.
- mono_get_exception_argument_out_of_range
da_mono_get_exception_argument_out_of_range mono_get_exception_argument_out_of_range;
Undocumented in source.
- mono_get_exception_arithmetic
da_mono_get_exception_arithmetic mono_get_exception_arithmetic;
Undocumented in source.
- mono_get_exception_array_type_mismatch
da_mono_get_exception_array_type_mismatch mono_get_exception_array_type_mismatch;
Undocumented in source.
- mono_get_exception_bad_image_format
da_mono_get_exception_bad_image_format mono_get_exception_bad_image_format;
Undocumented in source.
- mono_get_exception_bad_image_format2
da_mono_get_exception_bad_image_format2 mono_get_exception_bad_image_format2;
Undocumented in source.
- mono_get_exception_cannot_unload_appdomain
da_mono_get_exception_cannot_unload_appdomain mono_get_exception_cannot_unload_appdomain;
Undocumented in source.
- mono_get_exception_class
da_mono_get_exception_class mono_get_exception_class;
Undocumented in source.
- mono_get_exception_divide_by_zero
da_mono_get_exception_divide_by_zero mono_get_exception_divide_by_zero;
Undocumented in source.
- mono_get_exception_execution_engine
da_mono_get_exception_execution_engine mono_get_exception_execution_engine;
Undocumented in source.
- mono_get_exception_field_access
da_mono_get_exception_field_access mono_get_exception_field_access;
Undocumented in source.
- mono_get_exception_file_not_found
da_mono_get_exception_file_not_found mono_get_exception_file_not_found;
Undocumented in source.
- mono_get_exception_file_not_found2
da_mono_get_exception_file_not_found2 mono_get_exception_file_not_found2;
Undocumented in source.
- mono_get_exception_index_out_of_range
da_mono_get_exception_index_out_of_range mono_get_exception_index_out_of_range;
Undocumented in source.
- mono_get_exception_invalid_cast
da_mono_get_exception_invalid_cast mono_get_exception_invalid_cast;
Undocumented in source.
- mono_get_exception_invalid_operation
da_mono_get_exception_invalid_operation mono_get_exception_invalid_operation;
Undocumented in source.
- mono_get_exception_io
da_mono_get_exception_io mono_get_exception_io;
Undocumented in source.
- mono_get_exception_method_access
da_mono_get_exception_method_access mono_get_exception_method_access;
Undocumented in source.
- mono_get_exception_missing_field
da_mono_get_exception_missing_field mono_get_exception_missing_field;
Undocumented in source.
- mono_get_exception_missing_method
da_mono_get_exception_missing_method mono_get_exception_missing_method;
Undocumented in source.
- mono_get_exception_not_implemented
da_mono_get_exception_not_implemented mono_get_exception_not_implemented;
Undocumented in source.
- mono_get_exception_not_supported
da_mono_get_exception_not_supported mono_get_exception_not_supported;
Undocumented in source.
- mono_get_exception_null_reference
da_mono_get_exception_null_reference mono_get_exception_null_reference;
Undocumented in source.
- mono_get_exception_out_of_memory
da_mono_get_exception_out_of_memory mono_get_exception_out_of_memory;
Undocumented in source.
- mono_get_exception_overflow
da_mono_get_exception_overflow mono_get_exception_overflow;
Undocumented in source.
- mono_get_exception_reflection_type_load
da_mono_get_exception_reflection_type_load mono_get_exception_reflection_type_load;
Undocumented in source.
- mono_get_exception_runtime_wrapped
da_mono_get_exception_runtime_wrapped mono_get_exception_runtime_wrapped;
Undocumented in source.
- mono_get_exception_security
da_mono_get_exception_security mono_get_exception_security;
Undocumented in source.
- mono_get_exception_serialization
da_mono_get_exception_serialization mono_get_exception_serialization;
Undocumented in source.
- mono_get_exception_stack_overflow
da_mono_get_exception_stack_overflow mono_get_exception_stack_overflow;
Undocumented in source.
- mono_get_exception_synchronization_lock
da_mono_get_exception_synchronization_lock mono_get_exception_synchronization_lock;
Undocumented in source.
- mono_get_exception_thread_abort
da_mono_get_exception_thread_abort mono_get_exception_thread_abort;
Undocumented in source.
- mono_get_exception_thread_interrupted
da_mono_get_exception_thread_interrupted mono_get_exception_thread_interrupted;
Undocumented in source.
- mono_get_exception_thread_state
da_mono_get_exception_thread_state mono_get_exception_thread_state;
Undocumented in source.
- mono_get_exception_type_initialization
da_mono_get_exception_type_initialization mono_get_exception_type_initialization;
Undocumented in source.
- mono_get_exception_type_load
da_mono_get_exception_type_load mono_get_exception_type_load;
Undocumented in source.
- mono_get_inflated_method
da_mono_get_inflated_method mono_get_inflated_method;
Undocumented in source.
- mono_get_int16_class
da_mono_get_int16_class mono_get_int16_class;
Undocumented in source.
- mono_get_int32_class
da_mono_get_int32_class mono_get_int32_class;
Undocumented in source.
- mono_get_int64_class
da_mono_get_int64_class mono_get_int64_class;
Undocumented in source.
- mono_get_intptr_class
da_mono_get_intptr_class mono_get_intptr_class;
Undocumented in source.
- mono_get_jit_info_from_method
da_mono_get_jit_info_from_method mono_get_jit_info_from_method;
Undocumented in source.
- mono_get_machine_config
da_mono_get_machine_config mono_get_machine_config;
Undocumented in source.
- mono_get_method
da_mono_get_method mono_get_method;
Undocumented in source.
- mono_get_method_constrained
da_mono_get_method_constrained mono_get_method_constrained;
Undocumented in source.
- mono_get_method_full
da_mono_get_method_full mono_get_method_full;
Undocumented in source.
- mono_get_object_class
da_mono_get_object_class mono_get_object_class;
Undocumented in source.
- mono_get_root_domain
da_mono_get_root_domain mono_get_root_domain;
Undocumented in source.
- mono_get_runtime_build_info
da_mono_get_runtime_build_info mono_get_runtime_build_info;
Undocumented in source.
- mono_get_sbyte_class
da_mono_get_sbyte_class mono_get_sbyte_class;
Undocumented in source.
- mono_get_single_class
da_mono_get_single_class mono_get_single_class;
Undocumented in source.
- mono_get_string_class
da_mono_get_string_class mono_get_string_class;
Undocumented in source.
- mono_get_thread_class
da_mono_get_thread_class mono_get_thread_class;
Undocumented in source.
- mono_get_uint16_class
da_mono_get_uint16_class mono_get_uint16_class;
Undocumented in source.
- mono_get_uint32_class
da_mono_get_uint32_class mono_get_uint32_class;
Undocumented in source.
- mono_get_uint64_class
da_mono_get_uint64_class mono_get_uint64_class;
Undocumented in source.
- mono_get_uintptr_class
da_mono_get_uintptr_class mono_get_uintptr_class;
Undocumented in source.
- mono_get_void_class
da_mono_get_void_class mono_get_void_class;
Undocumented in source.
- mono_guid_to_string
da_mono_guid_to_string mono_guid_to_string;
Undocumented in source.
- mono_guid_to_string_minimal
da_mono_guid_to_string_minimal mono_guid_to_string_minimal;
Undocumented in source.
- mono_image_add_to_name_cache
da_mono_image_add_to_name_cache mono_image_add_to_name_cache;
Undocumented in source.
- mono_image_addref
da_mono_image_addref mono_image_addref;
Undocumented in source.
- mono_image_close
da_mono_image_close mono_image_close;
Undocumented in source.
- mono_image_ensure_section
da_mono_image_ensure_section mono_image_ensure_section;
Undocumented in source.
- mono_image_ensure_section_idx
da_mono_image_ensure_section_idx mono_image_ensure_section_idx;
Undocumented in source.
- mono_image_fixup_vtable
da_mono_image_fixup_vtable mono_image_fixup_vtable;
Undocumented in source.
- mono_image_get_assembly
da_mono_image_get_assembly mono_image_get_assembly;
Undocumented in source.
- mono_image_get_entry_point
da_mono_image_get_entry_point mono_image_get_entry_point;
Undocumented in source.
- mono_image_get_filename
da_mono_image_get_filename mono_image_get_filename;
Undocumented in source.
- mono_image_get_guid
da_mono_image_get_guid mono_image_get_guid;
Undocumented in source.
- mono_image_get_name
da_mono_image_get_name mono_image_get_name;
Undocumented in source.
- mono_image_get_public_key
da_mono_image_get_public_key mono_image_get_public_key;
Undocumented in source.
- mono_image_get_resource
da_mono_image_get_resource mono_image_get_resource;
Undocumented in source.
- mono_image_get_strong_name
da_mono_image_get_strong_name mono_image_get_strong_name;
Undocumented in source.
- mono_image_get_table_info
da_mono_image_get_table_info mono_image_get_table_info;
Undocumented in source.
- mono_image_get_table_rows
da_mono_image_get_table_rows mono_image_get_table_rows;
Undocumented in source.
- mono_image_has_authenticode_entry
da_mono_image_has_authenticode_entry mono_image_has_authenticode_entry;
Undocumented in source.
- mono_image_init
da_mono_image_init mono_image_init;
Undocumented in source.
- mono_image_is_dynamic
da_mono_image_is_dynamic mono_image_is_dynamic;
Undocumented in source.
- mono_image_load_file_for_image
da_mono_image_load_file_for_image mono_image_load_file_for_image;
Undocumented in source.
- mono_image_load_module
da_mono_image_load_module mono_image_load_module;
Undocumented in source.
- mono_image_loaded
da_mono_image_loaded mono_image_loaded;
Undocumented in source.
- mono_image_loaded_by_guid
da_mono_image_loaded_by_guid mono_image_loaded_by_guid;
Undocumented in source.
- mono_image_loaded_by_guid_full
da_mono_image_loaded_by_guid_full mono_image_loaded_by_guid_full;
Undocumented in source.
- mono_image_loaded_full
da_mono_image_loaded_full mono_image_loaded_full;
Undocumented in source.
- mono_image_lookup_resource
da_mono_image_lookup_resource mono_image_lookup_resource;
Undocumented in source.
- mono_image_open
da_mono_image_open mono_image_open;
Undocumented in source.
- mono_image_open_from_data
da_mono_image_open_from_data mono_image_open_from_data;
Undocumented in source.
- mono_image_open_from_data_full
da_mono_image_open_from_data_full mono_image_open_from_data_full;
Undocumented in source.
- mono_image_open_from_data_with_name
da_mono_image_open_from_data_with_name mono_image_open_from_data_with_name;
Undocumented in source.
- mono_image_open_full
da_mono_image_open_full mono_image_open_full;
Undocumented in source.
- mono_image_rva_map
da_mono_image_rva_map mono_image_rva_map;
Undocumented in source.
- mono_image_strerror
da_mono_image_strerror mono_image_strerror;
Undocumented in source.
- mono_image_strong_name_position
da_mono_image_strong_name_position mono_image_strong_name_position;
Undocumented in source.
- mono_images_cleanup
da_mono_images_cleanup mono_images_cleanup;
Undocumented in source.
- mono_images_init
da_mono_images_init mono_images_init;
Undocumented in source.
- mono_init
da_mono_init mono_init;
Undocumented in source.
- mono_init_from_assembly
da_mono_init_from_assembly mono_init_from_assembly;
Undocumented in source.
- mono_init_version
da_mono_init_version mono_init_version;
Undocumented in source.
- mono_install_assembly_load_hook
da_mono_install_assembly_load_hook mono_install_assembly_load_hook;
Undocumented in source.
- mono_install_assembly_postload_refonly_search_hook
da_mono_install_assembly_postload_refonly_search_hook mono_install_assembly_postload_refonly_search_hook;
Undocumented in source.
- mono_install_assembly_postload_search_hook
da_mono_install_assembly_postload_search_hook mono_install_assembly_postload_search_hook;
Undocumented in source.
- mono_install_assembly_preload_hook
da_mono_install_assembly_preload_hook mono_install_assembly_preload_hook;
Undocumented in source.
- mono_install_assembly_refonly_preload_hook
da_mono_install_assembly_refonly_preload_hook mono_install_assembly_refonly_preload_hook;
Undocumented in source.
- mono_install_assembly_refonly_search_hook
da_mono_install_assembly_refonly_search_hook mono_install_assembly_refonly_search_hook;
Undocumented in source.
- mono_install_assembly_search_hook
da_mono_install_assembly_search_hook mono_install_assembly_search_hook;
Undocumented in source.
- mono_install_runtime_cleanup
da_mono_install_runtime_cleanup mono_install_runtime_cleanup;
Undocumented in source.
- mono_install_unhandled_exception_hook
da_mono_install_unhandled_exception_hook mono_install_unhandled_exception_hook;
Undocumented in source.
- mono_invoke_unhandled_exception_hook
da_mono_invoke_unhandled_exception_hook mono_invoke_unhandled_exception_hook;
Undocumented in source.
- mono_is_debugger_attached
da_mono_is_debugger_attached mono_is_debugger_attached;
Undocumented in source.
- mono_jit_cleanup
da_mono_jit_cleanup mono_jit_cleanup;
Undocumented in source.
- mono_jit_exec
da_mono_jit_exec mono_jit_exec;
Undocumented in source.
- mono_jit_info_get_code_size
da_mono_jit_info_get_code_size mono_jit_info_get_code_size;
Undocumented in source.
- mono_jit_info_get_code_start
da_mono_jit_info_get_code_start mono_jit_info_get_code_start;
Undocumented in source.
- mono_jit_info_get_method
da_mono_jit_info_get_method mono_jit_info_get_method;
Undocumented in source.
- mono_jit_info_table_find
da_mono_jit_info_table_find mono_jit_info_table_find;
Undocumented in source.
- mono_jit_init
da_mono_jit_init mono_jit_init;
Undocumented in source.
- mono_jit_init_version
da_mono_jit_init_version mono_jit_init_version;
Undocumented in source.
- mono_jit_parse_options
da_mono_jit_parse_options mono_jit_parse_options;
Undocumented in source.
- mono_jit_set_aot_mode
da_mono_jit_set_aot_mode mono_jit_set_aot_mode;
Undocumented in source.
- mono_jit_set_aot_only
da_mono_jit_set_aot_only mono_jit_set_aot_only;
Undocumented in source.
- mono_jit_set_trace_options
da_mono_jit_set_trace_options mono_jit_set_trace_options;
Undocumented in source.
- mono_ldstr
da_mono_ldstr mono_ldstr;
Undocumented in source.
- mono_ldtoken
da_mono_ldtoken mono_ldtoken;
Undocumented in source.
- mono_load_image
da_mono_load_image mono_load_image;
Undocumented in source.
- mono_load_remote_field
da_mono_load_remote_field mono_load_remote_field;
Undocumented in source.
- mono_load_remote_field_new
da_mono_load_remote_field_new mono_load_remote_field_new;
Undocumented in source.
- mono_lookup_icall_symbol
da_mono_lookup_icall_symbol mono_lookup_icall_symbol;
Undocumented in source.
- mono_lookup_internal_call
da_mono_lookup_internal_call mono_lookup_internal_call;
Undocumented in source.
- mono_lookup_internal_call_full
da_mono_lookup_internal_call_full mono_lookup_internal_call_full;
Undocumented in source.
- mono_lookup_pinvoke_call
da_mono_lookup_pinvoke_call mono_lookup_pinvoke_call;
Undocumented in source.
- mono_metadata_blob_heap
da_mono_metadata_blob_heap mono_metadata_blob_heap;
Undocumented in source.
- mono_metadata_compute_size
da_mono_metadata_compute_size mono_metadata_compute_size;
Undocumented in source.
- mono_metadata_custom_attrs_from_index
da_mono_metadata_custom_attrs_from_index mono_metadata_custom_attrs_from_index;
Undocumented in source.
- mono_metadata_declsec_from_index
da_mono_metadata_declsec_from_index mono_metadata_declsec_from_index;
Undocumented in source.
- mono_metadata_decode_blob_size
da_mono_metadata_decode_blob_size mono_metadata_decode_blob_size;
Undocumented in source.
- mono_metadata_decode_row
da_mono_metadata_decode_row mono_metadata_decode_row;
Undocumented in source.
- mono_metadata_decode_row_col
da_mono_metadata_decode_row_col mono_metadata_decode_row_col;
Undocumented in source.
- mono_metadata_decode_signed_value
da_mono_metadata_decode_signed_value mono_metadata_decode_signed_value;
Undocumented in source.
- mono_metadata_decode_table_row
da_mono_metadata_decode_table_row mono_metadata_decode_table_row;
Undocumented in source.
- mono_metadata_decode_table_row_col
da_mono_metadata_decode_table_row_col mono_metadata_decode_table_row_col;
Undocumented in source.
- mono_metadata_decode_value
da_mono_metadata_decode_value mono_metadata_decode_value;
Undocumented in source.
- mono_metadata_encode_value
da_mono_metadata_encode_value mono_metadata_encode_value;
Undocumented in source.
- mono_metadata_events_from_typedef
da_mono_metadata_events_from_typedef mono_metadata_events_from_typedef;
Undocumented in source.
- mono_metadata_field_info
da_mono_metadata_field_info mono_metadata_field_info;
Undocumented in source.
- mono_metadata_free_array
da_mono_metadata_free_array mono_metadata_free_array;
Undocumented in source.
- mono_metadata_free_marshal_spec
da_mono_metadata_free_marshal_spec mono_metadata_free_marshal_spec;
Undocumented in source.
- mono_metadata_free_method_signature
da_mono_metadata_free_method_signature mono_metadata_free_method_signature;
Undocumented in source.
- mono_metadata_free_mh
da_mono_metadata_free_mh mono_metadata_free_mh;
Undocumented in source.
- mono_metadata_free_type
da_mono_metadata_free_type mono_metadata_free_type;
Undocumented in source.
- mono_metadata_generic_class_equal
da_mono_metadata_generic_class_equal mono_metadata_generic_class_equal;
Undocumented in source.
- mono_metadata_generic_class_hash
da_mono_metadata_generic_class_hash mono_metadata_generic_class_hash;
Undocumented in source.
- mono_metadata_generic_class_is_valuetype
da_mono_metadata_generic_class_is_valuetype mono_metadata_generic_class_is_valuetype;
Undocumented in source.
- mono_metadata_get_constant_index
da_mono_metadata_get_constant_index mono_metadata_get_constant_index;
Undocumented in source.
- mono_metadata_get_marshal_info
da_mono_metadata_get_marshal_info mono_metadata_get_marshal_info;
Undocumented in source.
- mono_metadata_guid_heap
da_mono_metadata_guid_heap mono_metadata_guid_heap;
Undocumented in source.
- mono_metadata_implmap_from_method
da_mono_metadata_implmap_from_method mono_metadata_implmap_from_method;
Undocumented in source.
- mono_metadata_init
da_mono_metadata_init mono_metadata_init;
Undocumented in source.
- mono_metadata_interfaces_from_typedef
da_mono_metadata_interfaces_from_typedef mono_metadata_interfaces_from_typedef;
Undocumented in source.
- mono_metadata_locate
da_mono_metadata_locate mono_metadata_locate;
Undocumented in source.
- mono_metadata_locate_token
da_mono_metadata_locate_token mono_metadata_locate_token;
Undocumented in source.
- mono_metadata_methods_from_event
da_mono_metadata_methods_from_event mono_metadata_methods_from_event;
Undocumented in source.
- mono_metadata_methods_from_property
da_mono_metadata_methods_from_property mono_metadata_methods_from_property;
Undocumented in source.
- mono_metadata_nested_in_typedef
da_mono_metadata_nested_in_typedef mono_metadata_nested_in_typedef;
Undocumented in source.
- mono_metadata_nesting_typedef
da_mono_metadata_nesting_typedef mono_metadata_nesting_typedef;
Undocumented in source.
- mono_metadata_packing_from_typedef
da_mono_metadata_packing_from_typedef mono_metadata_packing_from_typedef;
Undocumented in source.
- mono_metadata_parse_array
da_mono_metadata_parse_array mono_metadata_parse_array;
Undocumented in source.
- mono_metadata_parse_custom_mod
da_mono_metadata_parse_custom_mod mono_metadata_parse_custom_mod;
Undocumented in source.
- mono_metadata_parse_field_type
da_mono_metadata_parse_field_type mono_metadata_parse_field_type;
Undocumented in source.
- mono_metadata_parse_marshal_spec
da_mono_metadata_parse_marshal_spec mono_metadata_parse_marshal_spec;
Undocumented in source.
- mono_metadata_parse_method_signature
da_mono_metadata_parse_method_signature mono_metadata_parse_method_signature;
Undocumented in source.
- mono_metadata_parse_mh
da_mono_metadata_parse_mh mono_metadata_parse_mh;
Undocumented in source.
- mono_metadata_parse_param
da_mono_metadata_parse_param mono_metadata_parse_param;
Undocumented in source.
- mono_metadata_parse_ret_type
da_mono_metadata_parse_ret_type mono_metadata_parse_ret_type;
Undocumented in source.
- mono_metadata_parse_signature
da_mono_metadata_parse_signature mono_metadata_parse_signature;
Undocumented in source.
- mono_metadata_parse_type
da_mono_metadata_parse_type mono_metadata_parse_type;
Undocumented in source.
- mono_metadata_parse_typedef_or_ref
da_mono_metadata_parse_typedef_or_ref mono_metadata_parse_typedef_or_ref;
Undocumented in source.
- mono_metadata_properties_from_typedef
da_mono_metadata_properties_from_typedef mono_metadata_properties_from_typedef;
Undocumented in source.
- mono_metadata_signature_alloc
da_mono_metadata_signature_alloc mono_metadata_signature_alloc;
Undocumented in source.
- mono_metadata_signature_dup
da_mono_metadata_signature_dup mono_metadata_signature_dup;
Undocumented in source.
- mono_metadata_signature_equal
da_mono_metadata_signature_equal mono_metadata_signature_equal;
Undocumented in source.
- mono_metadata_string_heap
da_mono_metadata_string_heap mono_metadata_string_heap;
Undocumented in source.
- mono_metadata_token_from_dor
da_mono_metadata_token_from_dor mono_metadata_token_from_dor;
Undocumented in source.
- mono_metadata_translate_token_index
da_mono_metadata_translate_token_index mono_metadata_translate_token_index;
Undocumented in source.
- mono_metadata_type_equal
da_mono_metadata_type_equal mono_metadata_type_equal;
Undocumented in source.
- mono_metadata_type_hash
da_mono_metadata_type_hash mono_metadata_type_hash;
Undocumented in source.
- mono_metadata_typedef_from_field
da_mono_metadata_typedef_from_field mono_metadata_typedef_from_field;
Undocumented in source.
- mono_metadata_typedef_from_method
da_mono_metadata_typedef_from_method mono_metadata_typedef_from_method;
Undocumented in source.
- mono_metadata_user_string
da_mono_metadata_user_string mono_metadata_user_string;
Undocumented in source.
- mono_method_body_get_object
da_mono_method_body_get_object mono_method_body_get_object;
Undocumented in source.
- mono_method_can_access_field
da_mono_method_can_access_field mono_method_can_access_field;
Undocumented in source.
- mono_method_can_access_method
da_mono_method_can_access_method mono_method_can_access_method;
Undocumented in source.
- mono_method_desc_free
da_mono_method_desc_free mono_method_desc_free;
Undocumented in source.
- mono_method_desc_from_method
da_mono_method_desc_from_method mono_method_desc_from_method;
Undocumented in source.
- mono_method_desc_full_match
da_mono_method_desc_full_match mono_method_desc_full_match;
Undocumented in source.
- mono_method_desc_match
da_mono_method_desc_match mono_method_desc_match;
Undocumented in source.
- mono_method_desc_new
da_mono_method_desc_new mono_method_desc_new;
Undocumented in source.
- mono_method_desc_search_in_class
da_mono_method_desc_search_in_class mono_method_desc_search_in_class;
Undocumented in source.
- mono_method_desc_search_in_image
da_mono_method_desc_search_in_image mono_method_desc_search_in_image;
Undocumented in source.
- mono_method_full_name
da_mono_method_full_name mono_method_full_name;
Undocumented in source.
- mono_method_get_class
da_mono_method_get_class mono_method_get_class;
Undocumented in source.
- mono_method_get_flags
da_mono_method_get_flags mono_method_get_flags;
Undocumented in source.
- mono_method_get_header
da_mono_method_get_header mono_method_get_header;
Undocumented in source.
- mono_method_get_header_checked
da_mono_method_get_header_checked mono_method_get_header_checked;
Undocumented in source.
- mono_method_get_index
da_mono_method_get_index mono_method_get_index;
Undocumented in source.
- mono_method_get_last_managed
da_mono_method_get_last_managed mono_method_get_last_managed;
Undocumented in source.
- mono_method_get_marshal_info
da_mono_method_get_marshal_info mono_method_get_marshal_info;
Undocumented in source.
- mono_method_get_name
da_mono_method_get_name mono_method_get_name;
Undocumented in source.
- mono_method_get_object
da_mono_method_get_object mono_method_get_object;
Undocumented in source.
- mono_method_get_param_names
da_mono_method_get_param_names mono_method_get_param_names;
Undocumented in source.
- mono_method_get_param_token
da_mono_method_get_param_token mono_method_get_param_token;
Undocumented in source.
- mono_method_get_signature
da_mono_method_get_signature mono_method_get_signature;
Undocumented in source.
- mono_method_get_signature_full
da_mono_method_get_signature_full mono_method_get_signature_full;
Undocumented in source.
- mono_method_get_token
da_mono_method_get_token mono_method_get_token;
Undocumented in source.
- mono_method_get_unmanaged_thunk
da_mono_method_get_unmanaged_thunk mono_method_get_unmanaged_thunk;
Undocumented in source.
- mono_method_has_marshal_info
da_mono_method_has_marshal_info mono_method_has_marshal_info;
Undocumented in source.
- mono_method_header_get_clauses
da_mono_method_header_get_clauses mono_method_header_get_clauses;
Undocumented in source.
- mono_method_header_get_code
da_mono_method_header_get_code mono_method_header_get_code;
Undocumented in source.
- mono_method_header_get_locals
da_mono_method_header_get_locals mono_method_header_get_locals;
Undocumented in source.
- mono_method_header_get_num_clauses
da_mono_method_header_get_num_clauses mono_method_header_get_num_clauses;
Undocumented in source.
- mono_method_signature
da_mono_method_signature mono_method_signature;
Undocumented in source.
- mono_method_verify
da_mono_method_verify mono_method_verify;
Undocumented in source.
- mono_module_file_get_object
da_mono_module_file_get_object mono_module_file_get_object;
Undocumented in source.
- mono_module_get_object
da_mono_module_get_object mono_module_get_object;
Undocumented in source.
- mono_monitor_enter
da_mono_monitor_enter mono_monitor_enter;
Undocumented in source.
- mono_monitor_enter_v4
da_mono_monitor_enter_v4 mono_monitor_enter_v4;
Undocumented in source.
- mono_monitor_exit
da_mono_monitor_exit mono_monitor_exit;
Undocumented in source.
- mono_monitor_try_enter
da_mono_monitor_try_enter mono_monitor_try_enter;
Undocumented in source.
- mono_native_getrootdir
da_mono_native_getrootdir mono_native_getrootdir;
Undocumented in source.
- mono_object_castclass_mbyref
da_mono_object_castclass_mbyref mono_object_castclass_mbyref;
Undocumented in source.
- mono_object_clone
da_mono_object_clone mono_object_clone;
Undocumented in source.
- mono_object_get_class
da_mono_object_get_class mono_object_get_class;
Undocumented in source.
- mono_object_get_domain
da_mono_object_get_domain mono_object_get_domain;
Undocumented in source.
- mono_object_get_size
da_mono_object_get_size mono_object_get_size;
Undocumented in source.
- mono_object_get_virtual_method
da_mono_object_get_virtual_method mono_object_get_virtual_method;
Undocumented in source.
- mono_object_hash
da_mono_object_hash mono_object_hash;
Undocumented in source.
- mono_object_isinst
da_mono_object_isinst mono_object_isinst;
Undocumented in source.
- mono_object_isinst_mbyref
da_mono_object_isinst_mbyref mono_object_isinst_mbyref;
Undocumented in source.
- mono_object_new
da_mono_object_new mono_object_new;
Undocumented in source.
- mono_object_new_alloc_specific
da_mono_object_new_alloc_specific mono_object_new_alloc_specific;
Undocumented in source.
- mono_object_new_fast
da_mono_object_new_fast mono_object_new_fast;
Undocumented in source.
- mono_object_new_from_token
da_mono_object_new_from_token mono_object_new_from_token;
Undocumented in source.
- mono_object_new_specific
da_mono_object_new_specific mono_object_new_specific;
Undocumented in source.
- mono_object_to_string
da_mono_object_to_string mono_object_to_string;
Undocumented in source.
- mono_object_unbox
da_mono_object_unbox mono_object_unbox;
Undocumented in source.
- mono_opcode_name
da_mono_opcode_name mono_opcode_name;
Undocumented in source.
- mono_opcode_value
da_mono_opcode_value mono_opcode_value;
Undocumented in source.
- mono_param_get_objects
da_mono_param_get_objects mono_param_get_objects;
Undocumented in source.
- mono_pe_file_open
da_mono_pe_file_open mono_pe_file_open;
Undocumented in source.
- mono_print_unhandled_exception
da_mono_print_unhandled_exception mono_print_unhandled_exception;
Undocumented in source.
- mono_profiler_coverage_get
da_mono_profiler_coverage_get mono_profiler_coverage_get;
Undocumented in source.
- mono_profiler_get_events
da_mono_profiler_get_events mono_profiler_get_events;
Undocumented in source.
- mono_profiler_install
da_mono_profiler_install mono_profiler_install;
Undocumented in source.
- mono_profiler_install_allocation
da_mono_profiler_install_allocation mono_profiler_install_allocation;
Undocumented in source.
- mono_profiler_install_appdomain
da_mono_profiler_install_appdomain mono_profiler_install_appdomain;
Undocumented in source.
- mono_profiler_install_appdomain_name
da_mono_profiler_install_appdomain_name mono_profiler_install_appdomain_name;
Undocumented in source.
- mono_profiler_install_assembly
da_mono_profiler_install_assembly mono_profiler_install_assembly;
Undocumented in source.
- mono_profiler_install_class
da_mono_profiler_install_class mono_profiler_install_class;
Undocumented in source.
- mono_profiler_install_code_buffer_new
da_mono_profiler_install_code_buffer_new mono_profiler_install_code_buffer_new;
Undocumented in source.
- mono_profiler_install_code_chunk_destroy
da_mono_profiler_install_code_chunk_destroy mono_profiler_install_code_chunk_destroy;
Undocumented in source.
- mono_profiler_install_code_chunk_new
da_mono_profiler_install_code_chunk_new mono_profiler_install_code_chunk_new;
Undocumented in source.
- mono_profiler_install_context
da_mono_profiler_install_context mono_profiler_install_context;
Undocumented in source.
- mono_profiler_install_coverage_filter
da_mono_profiler_install_coverage_filter mono_profiler_install_coverage_filter;
Undocumented in source.
- mono_profiler_install_enter_leave
da_mono_profiler_install_enter_leave mono_profiler_install_enter_leave;
Undocumented in source.
- mono_profiler_install_exception
da_mono_profiler_install_exception mono_profiler_install_exception;
Undocumented in source.
- mono_profiler_install_gc
da_mono_profiler_install_gc mono_profiler_install_gc;
Undocumented in source.
- mono_profiler_install_gc_finalize
da_mono_profiler_install_gc_finalize mono_profiler_install_gc_finalize;
Undocumented in source.
- mono_profiler_install_gc_moves
da_mono_profiler_install_gc_moves mono_profiler_install_gc_moves;
Undocumented in source.
- mono_profiler_install_gc_roots
da_mono_profiler_install_gc_roots mono_profiler_install_gc_roots;
Undocumented in source.
- mono_profiler_install_iomap
da_mono_profiler_install_iomap mono_profiler_install_iomap;
Undocumented in source.
- mono_profiler_install_jit_compile
da_mono_profiler_install_jit_compile mono_profiler_install_jit_compile;
Undocumented in source.
- mono_profiler_install_jit_end
da_mono_profiler_install_jit_end mono_profiler_install_jit_end;
Undocumented in source.
- mono_profiler_install_method_free
da_mono_profiler_install_method_free mono_profiler_install_method_free;
Undocumented in source.
- mono_profiler_install_method_invoke
da_mono_profiler_install_method_invoke mono_profiler_install_method_invoke;
Undocumented in source.
- mono_profiler_install_module
da_mono_profiler_install_module mono_profiler_install_module;
Undocumented in source.
- mono_profiler_install_monitor
da_mono_profiler_install_monitor mono_profiler_install_monitor;
Undocumented in source.
- mono_profiler_install_runtime_initialized
da_mono_profiler_install_runtime_initialized mono_profiler_install_runtime_initialized;
Undocumented in source.
- mono_profiler_install_statistical
da_mono_profiler_install_statistical mono_profiler_install_statistical;
Undocumented in source.
- mono_profiler_install_statistical_call_chain
da_mono_profiler_install_statistical_call_chain mono_profiler_install_statistical_call_chain;
Undocumented in source.
- mono_profiler_install_thread
da_mono_profiler_install_thread mono_profiler_install_thread;
Undocumented in source.
- mono_profiler_install_thread_name
da_mono_profiler_install_thread_name mono_profiler_install_thread_name;
Undocumented in source.
- mono_profiler_install_transition
da_mono_profiler_install_transition mono_profiler_install_transition;
Undocumented in source.
- mono_profiler_load
da_mono_profiler_load mono_profiler_load;
Undocumented in source.
- mono_profiler_set_events
da_mono_profiler_set_events mono_profiler_set_events;
Undocumented in source.
- mono_profiler_set_statistical_mode
da_mono_profiler_set_statistical_mode mono_profiler_set_statistical_mode;
Undocumented in source.
- mono_property_get_flags
da_mono_property_get_flags mono_property_get_flags;
Undocumented in source.
- mono_property_get_get_method
da_mono_property_get_get_method mono_property_get_get_method;
Undocumented in source.
- mono_property_get_name
da_mono_property_get_name mono_property_get_name;
Undocumented in source.
- mono_property_get_object
da_mono_property_get_object mono_property_get_object;
Undocumented in source.
- mono_property_get_parent
da_mono_property_get_parent mono_property_get_parent;
Undocumented in source.
- mono_property_get_set_method
da_mono_property_get_set_method mono_property_get_set_method;
Undocumented in source.
- mono_property_get_value
da_mono_property_get_value mono_property_get_value;
Undocumented in source.
- mono_property_set_value
da_mono_property_set_value mono_property_set_value;
Undocumented in source.
- mono_ptr_class_get
da_mono_ptr_class_get mono_ptr_class_get;
Undocumented in source.
- mono_raise_exception
da_mono_raise_exception mono_raise_exception;
Undocumented in source.
- mono_reflection_assembly_get_assembly
da_mono_reflection_assembly_get_assembly mono_reflection_assembly_get_assembly;
Undocumented in source.
- mono_reflection_free_type_info
da_mono_reflection_free_type_info mono_reflection_free_type_info;
Undocumented in source.
- mono_reflection_get_custom_attrs
da_mono_reflection_get_custom_attrs mono_reflection_get_custom_attrs;
Undocumented in source.
- mono_reflection_get_custom_attrs_blob
da_mono_reflection_get_custom_attrs_blob mono_reflection_get_custom_attrs_blob;
Undocumented in source.
- mono_reflection_get_custom_attrs_by_type
da_mono_reflection_get_custom_attrs_by_type mono_reflection_get_custom_attrs_by_type;
Undocumented in source.
- mono_reflection_get_custom_attrs_data
da_mono_reflection_get_custom_attrs_data mono_reflection_get_custom_attrs_data;
Undocumented in source.
- mono_reflection_get_custom_attrs_info
da_mono_reflection_get_custom_attrs_info mono_reflection_get_custom_attrs_info;
Undocumented in source.
- mono_reflection_get_token
da_mono_reflection_get_token mono_reflection_get_token;
Undocumented in source.
- mono_reflection_get_type
da_mono_reflection_get_type mono_reflection_get_type;
Undocumented in source.
- mono_reflection_parse_type
da_mono_reflection_parse_type mono_reflection_parse_type;
Undocumented in source.
- mono_reflection_type_from_name
da_mono_reflection_type_from_name mono_reflection_type_from_name;
Undocumented in source.
- mono_reflection_type_get_type
da_mono_reflection_type_get_type mono_reflection_type_get_type;
Undocumented in source.
- mono_register_bundled_assemblies
da_mono_register_bundled_assemblies mono_register_bundled_assemblies;
Undocumented in source.
- mono_register_config_for_assembly
da_mono_register_config_for_assembly mono_register_config_for_assembly;
Undocumented in source.
- mono_register_machine_config
da_mono_register_machine_config mono_register_machine_config;
Undocumented in source.
- mono_register_symfile_for_assembly
da_mono_register_symfile_for_assembly mono_register_symfile_for_assembly;
Undocumented in source.
- mono_runtime_class_init
da_mono_runtime_class_init mono_runtime_class_init;
Undocumented in source.
- mono_runtime_cleanup
da_mono_runtime_cleanup mono_runtime_cleanup;
Undocumented in source.
- mono_runtime_delegate_invoke
da_mono_runtime_delegate_invoke mono_runtime_delegate_invoke;
Undocumented in source.
- mono_runtime_exec_main
da_mono_runtime_exec_main mono_runtime_exec_main;
Undocumented in source.
- mono_runtime_exec_managed_code
da_mono_runtime_exec_managed_code mono_runtime_exec_managed_code;
Undocumented in source.
- mono_runtime_get_main_args
da_mono_runtime_get_main_args mono_runtime_get_main_args;
Undocumented in source.
- mono_runtime_init
da_mono_runtime_init mono_runtime_init;
Undocumented in source.
- mono_runtime_invoke
da_mono_runtime_invoke mono_runtime_invoke;
Undocumented in source.
- mono_runtime_invoke_array
da_mono_runtime_invoke_array mono_runtime_invoke_array;
Undocumented in source.
- mono_runtime_is_shutting_down
da_mono_runtime_is_shutting_down mono_runtime_is_shutting_down;
Undocumented in source.
- mono_runtime_object_init
da_mono_runtime_object_init mono_runtime_object_init;
Undocumented in source.
- mono_runtime_quit
da_mono_runtime_quit mono_runtime_quit;
Undocumented in source.
- mono_runtime_resource_check_limit
da_mono_runtime_resource_check_limit mono_runtime_resource_check_limit;
Undocumented in source.
- mono_runtime_resource_limit
da_mono_runtime_resource_limit mono_runtime_resource_limit;
Undocumented in source.
- mono_runtime_resource_set_callback
da_mono_runtime_resource_set_callback mono_runtime_resource_set_callback;
Undocumented in source.
- mono_runtime_run_main
da_mono_runtime_run_main mono_runtime_run_main;
Undocumented in source.
- mono_runtime_set_main_args
da_mono_runtime_set_main_args mono_runtime_set_main_args;
Undocumented in source.
- mono_runtime_set_shutting_down
da_mono_runtime_set_shutting_down mono_runtime_set_shutting_down;
Undocumented in source.
- mono_security_enable_core_clr
da_mono_security_enable_core_clr mono_security_enable_core_clr;
Undocumented in source.
- mono_security_set_core_clr_platform_callback
da_mono_security_set_core_clr_platform_callback mono_security_set_core_clr_platform_callback;
Undocumented in source.
- mono_set_allocator_vtable
da_mono_set_allocator_vtable mono_set_allocator_vtable;
Undocumented in source.
- mono_set_assemblies_path
da_mono_set_assemblies_path mono_set_assemblies_path;
Undocumented in source.
- mono_set_break_policy
da_mono_set_break_policy mono_set_break_policy;
Undocumented in source.
- mono_set_config_dir
da_mono_set_config_dir mono_set_config_dir;
Undocumented in source.
- mono_set_crash_chaining
da_mono_set_crash_chaining mono_set_crash_chaining;
Undocumented in source.
- mono_set_dirs
da_mono_set_dirs mono_set_dirs;
Undocumented in source.
- mono_set_is_debugger_attached
da_mono_set_is_debugger_attached mono_set_is_debugger_attached;
Undocumented in source.
- mono_set_rootdir
da_mono_set_rootdir mono_set_rootdir;
Undocumented in source.
- mono_set_signal_chaining
da_mono_set_signal_chaining mono_set_signal_chaining;
Undocumented in source.
- mono_signature_explicit_this
da_mono_signature_explicit_this mono_signature_explicit_this;
Undocumented in source.
- mono_signature_get_call_conv
da_mono_signature_get_call_conv mono_signature_get_call_conv;
Undocumented in source.
- mono_signature_get_desc
da_mono_signature_get_desc mono_signature_get_desc;
Undocumented in source.
- mono_signature_get_param_count
da_mono_signature_get_param_count mono_signature_get_param_count;
Undocumented in source.
- mono_signature_get_params
da_mono_signature_get_params mono_signature_get_params;
Undocumented in source.
- mono_signature_get_return_type
da_mono_signature_get_return_type mono_signature_get_return_type;
Undocumented in source.
- mono_signature_hash
da_mono_signature_hash mono_signature_hash;
Undocumented in source.
- mono_signature_is_instance
da_mono_signature_is_instance mono_signature_is_instance;
Undocumented in source.
- mono_signature_param_is_out
da_mono_signature_param_is_out mono_signature_param_is_out;
Undocumented in source.
- mono_signature_vararg_start
da_mono_signature_vararg_start mono_signature_vararg_start;
Undocumented in source.
- mono_stack_walk
da_mono_stack_walk mono_stack_walk;
Undocumented in source.
- mono_stack_walk_async_safe
da_mono_stack_walk_async_safe mono_stack_walk_async_safe;
Undocumented in source.
- mono_stack_walk_no_il
da_mono_stack_walk_no_il mono_stack_walk_no_il;
Undocumented in source.
- mono_store_remote_field
da_mono_store_remote_field mono_store_remote_field;
Undocumented in source.
- mono_store_remote_field_new
da_mono_store_remote_field_new mono_store_remote_field_new;
Undocumented in source.
- mono_string_chars
da_mono_string_chars mono_string_chars;
Undocumented in source.
- mono_string_empty
da_mono_string_empty mono_string_empty;
Undocumented in source.
- mono_string_empty_wrapper
da_mono_string_empty_wrapper mono_string_empty_wrapper;
Undocumented in source.
- mono_string_equal
da_mono_string_equal mono_string_equal;
Undocumented in source.
- mono_string_from_utf16
da_mono_string_from_utf16 mono_string_from_utf16;
Undocumented in source.
- mono_string_from_utf32
da_mono_string_from_utf32 mono_string_from_utf32;
Undocumented in source.
- mono_string_hash
da_mono_string_hash mono_string_hash;
Undocumented in source.
- mono_string_intern
da_mono_string_intern mono_string_intern;
Undocumented in source.
- mono_string_is_interned
da_mono_string_is_interned mono_string_is_interned;
Undocumented in source.
- mono_string_length
da_mono_string_length mono_string_length;
Undocumented in source.
- mono_string_new
da_mono_string_new mono_string_new;
Undocumented in source.
- mono_string_new_len
da_mono_string_new_len mono_string_new_len;
Undocumented in source.
- mono_string_new_size
da_mono_string_new_size mono_string_new_size;
Undocumented in source.
- mono_string_new_utf16
da_mono_string_new_utf16 mono_string_new_utf16;
Undocumented in source.
- mono_string_new_utf32
da_mono_string_new_utf32 mono_string_new_utf32;
Undocumented in source.
- mono_string_new_wrapper
da_mono_string_new_wrapper mono_string_new_wrapper;
Undocumented in source.
- mono_string_to_utf16
da_mono_string_to_utf16 mono_string_to_utf16;
Undocumented in source.
- mono_string_to_utf32
da_mono_string_to_utf32 mono_string_to_utf32;
Undocumented in source.
- mono_string_to_utf8
da_mono_string_to_utf8 mono_string_to_utf8;
Undocumented in source.
- mono_string_to_utf8_checked
da_mono_string_to_utf8_checked mono_string_to_utf8_checked;
Undocumented in source.
- mono_stringify_assembly_name
da_mono_stringify_assembly_name mono_stringify_assembly_name;
Undocumented in source.
- mono_table_info_get_rows
da_mono_table_info_get_rows mono_table_info_get_rows;
Undocumented in source.
- mono_thread_attach
da_mono_thread_attach mono_thread_attach;
Undocumented in source.
- mono_thread_cleanup
da_mono_thread_cleanup mono_thread_cleanup;
Undocumented in source.
- mono_thread_create
da_mono_thread_create mono_thread_create;
Undocumented in source.
- mono_thread_current
da_mono_thread_current mono_thread_current;
Undocumented in source.
- mono_thread_detach
da_mono_thread_detach mono_thread_detach;
Undocumented in source.
- mono_thread_detach_if_exiting
da_mono_thread_detach_if_exiting mono_thread_detach_if_exiting;
Undocumented in source.
- mono_thread_exit
da_mono_thread_exit mono_thread_exit;
Undocumented in source.
- mono_thread_get_main
da_mono_thread_get_main mono_thread_get_main;
Undocumented in source.
- mono_thread_get_managed_id
da_mono_thread_get_managed_id mono_thread_get_managed_id;
Undocumented in source.
- mono_thread_get_name_utf8
da_mono_thread_get_name_utf8 mono_thread_get_name_utf8;
Undocumented in source.
- mono_thread_init
da_mono_thread_init mono_thread_init;
Undocumented in source.
- mono_thread_is_foreign
da_mono_thread_is_foreign mono_thread_is_foreign;
Undocumented in source.
- mono_thread_manage
da_mono_thread_manage mono_thread_manage;
Undocumented in source.
- mono_thread_new_init
da_mono_thread_new_init mono_thread_new_init;
Undocumented in source.
- mono_thread_set_main
da_mono_thread_set_main mono_thread_set_main;
Undocumented in source.
- mono_thread_set_manage_callback
da_mono_thread_set_manage_callback mono_thread_set_manage_callback;
Undocumented in source.
- mono_thread_stop
da_mono_thread_stop mono_thread_stop;
Undocumented in source.
- mono_threads_get_default_stacksize
da_mono_threads_get_default_stacksize mono_threads_get_default_stacksize;
Undocumented in source.
- mono_threads_request_thread_dump
da_mono_threads_request_thread_dump mono_threads_request_thread_dump;
Undocumented in source.
- mono_threads_set_default_stacksize
da_mono_threads_set_default_stacksize mono_threads_set_default_stacksize;
Undocumented in source.
- mono_trace_set_level_string
da_mono_trace_set_level_string mono_trace_set_level_string;
Undocumented in source.
- mono_trace_set_log_handler
da_mono_trace_set_log_handler mono_trace_set_log_handler;
Undocumented in source.
- mono_trace_set_mask_string
da_mono_trace_set_mask_string mono_trace_set_mask_string;
Undocumented in source.
- mono_trace_set_print_handler
da_mono_trace_set_print_handler mono_trace_set_print_handler;
Undocumented in source.
- mono_trace_set_printerr_handler
da_mono_trace_set_printerr_handler mono_trace_set_printerr_handler;
Undocumented in source.
- mono_type_create_from_typespec
da_mono_type_create_from_typespec mono_type_create_from_typespec;
Undocumented in source.
- mono_type_full_name
da_mono_type_full_name mono_type_full_name;
Undocumented in source.
- mono_type_generic_inst_is_valuetype
da_mono_type_generic_inst_is_valuetype mono_type_generic_inst_is_valuetype;
Undocumented in source.
- mono_type_get_array_type
da_mono_type_get_array_type mono_type_get_array_type;
Undocumented in source.
- mono_type_get_class
da_mono_type_get_class mono_type_get_class;
Undocumented in source.
- mono_type_get_modifiers
da_mono_type_get_modifiers mono_type_get_modifiers;
Undocumented in source.
- mono_type_get_name
da_mono_type_get_name mono_type_get_name;
Undocumented in source.
- mono_type_get_object
da_mono_type_get_object mono_type_get_object;
Undocumented in source.
- mono_type_get_ptr_type
da_mono_type_get_ptr_type mono_type_get_ptr_type;
Undocumented in source.
- mono_type_get_signature
da_mono_type_get_signature mono_type_get_signature;
Undocumented in source.
- mono_type_get_type
da_mono_type_get_type mono_type_get_type;
Undocumented in source.
- mono_type_get_underlying_type
da_mono_type_get_underlying_type mono_type_get_underlying_type;
Undocumented in source.
- mono_type_is_byref
da_mono_type_is_byref mono_type_is_byref;
Undocumented in source.
- mono_type_is_generic_parameter
da_mono_type_is_generic_parameter mono_type_is_generic_parameter;
Undocumented in source.
- mono_type_is_pointer
da_mono_type_is_pointer mono_type_is_pointer;
Undocumented in source.
- mono_type_is_reference
da_mono_type_is_reference mono_type_is_reference;
Undocumented in source.
- mono_type_is_struct
da_mono_type_is_struct mono_type_is_struct;
Undocumented in source.
- mono_type_is_void
da_mono_type_is_void mono_type_is_void;
Undocumented in source.
- mono_type_size
da_mono_type_size mono_type_size;
Undocumented in source.
- mono_type_stack_size
da_mono_type_stack_size mono_type_stack_size;
Undocumented in source.
- mono_type_to_unmanaged
da_mono_type_to_unmanaged mono_type_to_unmanaged;
Undocumented in source.
- mono_unhandled_exception
da_mono_unhandled_exception mono_unhandled_exception;
Undocumented in source.
- mono_value_box
da_mono_value_box mono_value_box;
Undocumented in source.
- mono_value_copy
da_mono_value_copy mono_value_copy;
Undocumented in source.
- mono_value_copy_array
da_mono_value_copy_array mono_value_copy_array;
Undocumented in source.
- mono_verify_corlib
da_mono_verify_corlib mono_verify_corlib;
Undocumented in source.