derelict.mono.stafunctions

Undocumented in source.

Members

Aliases

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_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_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_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_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_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_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_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_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.

Functions

mono_add_internal_call
void mono_add_internal_call(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.
mono_aot_get_method
void* mono_aot_get_method(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.
mono_array_addr_with_size
char* mono_array_addr_with_size(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.
mono_array_class_get
MonoClass* mono_array_class_get(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.
mono_array_clone
MonoArray* mono_array_clone(MonoArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_array_element_size
int mono_array_element_size(MonoClass* ac)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_array_length
uintptr_t mono_array_length(MonoArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_array_new
MonoArray* mono_array_new(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.
mono_array_new_full
MonoArray* mono_array_new_full(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.
mono_array_new_specific
MonoArray* mono_array_new_specific(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.
mono_assemblies_cleanup
void mono_assemblies_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assemblies_init
void mono_assemblies_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_close
void mono_assembly_close(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_fill_assembly_name
mono_bool mono_assembly_fill_assembly_name(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.
mono_assembly_foreach
void mono_assembly_foreach(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.
mono_assembly_get_assemblyref
void mono_assembly_get_assemblyref(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.
mono_assembly_get_image
MonoImage* mono_assembly_get_image(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_get_main
MonoAssembly* mono_assembly_get_main()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_get_name
MonoAssemblyName* mono_assembly_get_name(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_get_object
MonoReflectionAssembly* mono_assembly_get_object(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.
mono_assembly_getrootdir
const(char)* mono_assembly_getrootdir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_invoke_load_hook
void mono_assembly_invoke_load_hook(MonoAssembly* ass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_invoke_search_hook
MonoAssembly* mono_assembly_invoke_search_hook(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_load
MonoAssembly* mono_assembly_load(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.
mono_assembly_load_from
MonoAssembly* mono_assembly_load_from(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.
mono_assembly_load_from_full
MonoAssembly* mono_assembly_load_from_full(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.
mono_assembly_load_full
MonoAssembly* mono_assembly_load_full(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.
mono_assembly_load_module
MonoImage* mono_assembly_load_module(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.
mono_assembly_load_reference
void mono_assembly_load_reference(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.
mono_assembly_load_references
void mono_assembly_load_references(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.
mono_assembly_load_with_partial_name
MonoAssembly* mono_assembly_load_with_partial_name(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.
mono_assembly_loaded
MonoAssembly* mono_assembly_loaded(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_loaded_full
MonoAssembly* mono_assembly_loaded_full(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.
mono_assembly_name_free
void mono_assembly_name_free(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_name_get_culture
const(char)* mono_assembly_name_get_culture(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_name_get_name
const(char)* mono_assembly_name_get_name(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_name_get_pubkeytoken
mono_byte* mono_assembly_name_get_pubkeytoken(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_name_get_version
ushort mono_assembly_name_get_version(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.
mono_assembly_name_new
MonoAssemblyName* mono_assembly_name_new(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.
mono_assembly_names_equal
mono_bool mono_assembly_names_equal(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.
mono_assembly_open
MonoAssembly* mono_assembly_open(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.
mono_assembly_open_full
MonoAssembly* mono_assembly_open_full(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.
mono_assembly_set_main
void mono_assembly_set_main(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_assembly_setrootdir
void mono_assembly_setrootdir(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.
mono_bounded_array_class_get
MonoClass* mono_bounded_array_class_get(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.
mono_check_corlib_version
const(char)* mono_check_corlib_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_array_element_size
int mono_class_array_element_size(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_data_size
int mono_class_data_size(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_enum_basetype
MonoType* mono_class_enum_basetype(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_from_generic_parameter
MonoClass* mono_class_from_generic_parameter(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.
mono_class_from_mono_type
MonoClass* mono_class_from_mono_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_from_name
MonoClass* mono_class_from_name(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.
mono_class_from_name_case
MonoClass* mono_class_from_name_case(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.
mono_class_from_typeref
MonoClass* mono_class_from_typeref(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.
mono_class_from_typeref_checked
MonoClass* mono_class_from_typeref_checked(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.
mono_class_get
MonoClass* mono_class_get(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.
mono_class_get_byref_type
MonoType* mono_class_get_byref_type(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_element_class
MonoClass* mono_class_get_element_class(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_event_token
uint mono_class_get_event_token(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_events
MonoEvent* mono_class_get_events(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.
mono_class_get_field
MonoClassField* mono_class_get_field(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.
mono_class_get_field_from_name
MonoClassField* mono_class_get_field_from_name(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.
mono_class_get_field_token
uint mono_class_get_field_token(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_fields
MonoClassField* mono_class_get_fields(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.
mono_class_get_flags
uint mono_class_get_flags(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_full
MonoClass* mono_class_get_full(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.
mono_class_get_image
MonoImage* mono_class_get_image(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_interfaces
MonoClass* mono_class_get_interfaces(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.
mono_class_get_method_from_name
MonoMethod* mono_class_get_method_from_name(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.
mono_class_get_method_from_name_flags
MonoMethod* mono_class_get_method_from_name_flags(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.
mono_class_get_methods
MonoMethod* mono_class_get_methods(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.
mono_class_get_name
const(char)* mono_class_get_name(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_namespace
const(char)* mono_class_get_namespace(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_nested_types
MonoClass* mono_class_get_nested_types(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.
mono_class_get_nesting_type
MonoClass* mono_class_get_nesting_type(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_parent
MonoClass* mono_class_get_parent(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_properties
MonoProperty* mono_class_get_properties(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.
mono_class_get_property_from_name
MonoProperty* mono_class_get_property_from_name(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.
mono_class_get_property_token
uint mono_class_get_property_token(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_rank
int mono_class_get_rank(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_type
MonoType* mono_class_get_type(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_get_type_token
uint mono_class_get_type_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.
mono_class_implements_interface
mono_bool mono_class_implements_interface(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.
mono_class_inflate_generic_method
MonoMethod* mono_class_inflate_generic_method(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.
mono_class_inflate_generic_type
MonoType* mono_class_inflate_generic_type(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.
mono_class_init
mono_bool mono_class_init(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_instance_size
int mono_class_instance_size(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_is_assignable_from
mono_bool mono_class_is_assignable_from(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.
mono_class_is_delegate
mono_bool mono_class_is_delegate(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_is_enum
mono_bool mono_class_is_enum(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_is_subclass_of
mono_bool mono_class_is_subclass_of(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.
mono_class_is_valuetype
mono_bool mono_class_is_valuetype(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_min_align
int mono_class_min_align(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_name_from_token
char* mono_class_name_from_token(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.
mono_class_num_events
int mono_class_num_events(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_num_fields
int mono_class_num_fields(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_num_methods
int mono_class_num_methods(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_num_properties
int mono_class_num_properties(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_class_value_size
int mono_class_value_size(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.
mono_class_vtable
MonoVTable* mono_class_vtable(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.
mono_compile_method
void* mono_compile_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_cleanup
void mono_config_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_for_assembly
void mono_config_for_assembly(MonoImage* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_get_cpu
const(char)* mono_config_get_cpu()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_get_os
const(char)* mono_config_get_os()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_get_wordsize
const(char)* mono_config_get_wordsize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_is_server_mode
mono_bool mono_config_is_server_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_config_parse
void mono_config_parse(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.
mono_config_parse_memory
void mono_config_parse_memory(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.
mono_config_set_server_mode
void mono_config_set_server_mode(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.
mono_config_string_for_assembly_file
const(char)* mono_config_string_for_assembly_file(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.
mono_context_get
MonoAppContext* mono_context_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_context_get_desc
char* mono_context_get_desc(MonoGenericContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_context_get_domain_id
int mono_context_get_domain_id(MonoAppContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_context_get_id
int mono_context_get_id(MonoAppContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_context_init
void mono_context_init(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_context_set
void mono_context_set(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.
mono_counter_get_name
const(char)* mono_counter_get_name(MonoCounter* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counter_get_section
int mono_counter_get_section(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counter_get_size
size_t mono_counter_get_size(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counter_get_type
int mono_counter_get_type(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counter_get_unit
int mono_counter_get_unit(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counter_get_variance
int mono_counter_get_variance(MonoCounter* counter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counters_cleanup
void mono_counters_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counters_dump
void mono_counters_dump(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.
mono_counters_enable
void mono_counters_enable(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.
mono_counters_foreach
void mono_counters_foreach(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.
mono_counters_init
void mono_counters_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counters_on_register
void mono_counters_on_register(MonoCounterRegisterCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_counters_register
void mono_counters_register(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.
mono_counters_register_with_size
void mono_counters_register_with_size(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.
mono_counters_sample
int mono_counters_sample(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.
mono_custom_attrs_construct
MonoArray* mono_custom_attrs_construct(MonoCustomAttrInfo* cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_custom_attrs_free
void mono_custom_attrs_free(MonoCustomAttrInfo* ainfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_custom_attrs_from_assembly
MonoCustomAttrInfo* mono_custom_attrs_from_assembly(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_custom_attrs_from_class
MonoCustomAttrInfo* mono_custom_attrs_from_class(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_custom_attrs_from_event
MonoCustomAttrInfo* mono_custom_attrs_from_event(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.
mono_custom_attrs_from_field
MonoCustomAttrInfo* mono_custom_attrs_from_field(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.
mono_custom_attrs_from_index
MonoCustomAttrInfo* mono_custom_attrs_from_index(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.
mono_custom_attrs_from_method
MonoCustomAttrInfo* mono_custom_attrs_from_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_custom_attrs_from_param
MonoCustomAttrInfo* mono_custom_attrs_from_param(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.
mono_custom_attrs_from_property
MonoCustomAttrInfo* mono_custom_attrs_from_property(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.
mono_custom_attrs_get_attr
MonoObject* mono_custom_attrs_get_attr(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.
mono_custom_attrs_has_attr
mono_bool mono_custom_attrs_has_attr(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.
mono_debug_add_delegate_trampoline
void mono_debug_add_delegate_trampoline(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.
mono_debug_add_method
MonoDebugMethodAddress* mono_debug_add_method(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.
mono_debug_cleanup
void mono_debug_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_close_image
void mono_debug_close_image(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_close_mono_symbol_file
void mono_debug_close_mono_symbol_file(MonoSymbolFile* symfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_domain_create
void mono_debug_domain_create(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_domain_unload
void mono_debug_domain_unload(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_find_method
MonoDebugMethodJitInfo* mono_debug_find_method(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.
mono_debug_free_method_jit_info
void mono_debug_free_method_jit_info(MonoDebugMethodJitInfo* jit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_free_source_location
void mono_debug_free_source_location(MonoDebugSourceLocation* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_il_offset_from_address
int mono_debug_il_offset_from_address(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.
mono_debug_image_has_debug_info
int mono_debug_image_has_debug_info(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_init
void mono_debug_init(MonoDebugFormat format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_lookup_locals
MonoDebugLocalsInfo* mono_debug_lookup_locals(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_lookup_method
MonoDebugMethodInfo* mono_debug_lookup_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_lookup_method_addresses
MonoDebugMethodAddressList* mono_debug_lookup_method_addresses(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_lookup_method_async_debug_info
MonoDebugMethodAsyncInfo* mono_debug_lookup_method_async_debug_info(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_lookup_source_location
MonoDebugSourceLocation* mono_debug_lookup_source_location(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.
mono_debug_method_lookup_location
MonoDebugSourceLocation* mono_debug_method_lookup_location(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.
mono_debug_open_image_from_memory
void mono_debug_open_image_from_memory(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.
mono_debug_open_mono_symbols
MonoSymbolFile* mono_debug_open_mono_symbols(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.
mono_debug_print_stack_frame
char* mono_debug_print_stack_frame(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.
mono_debug_remove_method
void mono_debug_remove_method(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.
mono_debug_symfile_free_location
void mono_debug_symfile_free_location(MonoDebugSourceLocation* location)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_symfile_is_loaded
mono_bool mono_debug_symfile_is_loaded(MonoSymbolFile* symfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_symfile_lookup_locals
MonoDebugLocalsInfo* mono_debug_symfile_lookup_locals(MonoDebugMethodInfo* minfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_debug_symfile_lookup_location
MonoDebugSourceLocation* mono_debug_symfile_lookup_location(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.
mono_debug_symfile_lookup_method
MonoDebugMethodInfo* mono_debug_symfile_lookup_method(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.
mono_debugger_insert_breakpoint
int mono_debugger_insert_breakpoint(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.
mono_debugger_method_has_breakpoint
int mono_debugger_method_has_breakpoint(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_declsec_flags_from_assembly
uint mono_declsec_flags_from_assembly(MonoAssembly* assembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_declsec_flags_from_class
uint mono_declsec_flags_from_class(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_declsec_flags_from_method
uint mono_declsec_flags_from_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_declsec_get_assembly_action
MonoBoolean mono_declsec_get_assembly_action(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.
mono_declsec_get_class_action
MonoBoolean mono_declsec_get_class_action(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.
mono_declsec_get_demands
MonoBoolean mono_declsec_get_demands(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.
mono_declsec_get_inheritdemands_class
MonoBoolean mono_declsec_get_inheritdemands_class(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.
mono_declsec_get_inheritdemands_method
MonoBoolean mono_declsec_get_inheritdemands_method(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.
mono_declsec_get_linkdemands
MonoBoolean mono_declsec_get_linkdemands(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.
mono_declsec_get_method_action
MonoBoolean mono_declsec_get_method_action(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.
mono_disasm_code
char* mono_disasm_code(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.
mono_disasm_code_one
char* mono_disasm_code_one(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.
mono_dl_fallback_register
MonoDlFallbackHandler* mono_dl_fallback_register(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.
mono_dl_fallback_unregister
void mono_dl_fallback_unregister(MonoDlFallbackHandler* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_dllmap_insert
void mono_dllmap_insert(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.
mono_domain_assembly_open
MonoAssembly* mono_domain_assembly_open(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.
mono_domain_create
MonoDomain* mono_domain_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_create_appdomain
MonoDomain* mono_domain_create_appdomain(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.
mono_domain_finalize
mono_bool mono_domain_finalize(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.
mono_domain_foreach
void mono_domain_foreach(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.
mono_domain_free
void mono_domain_free(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.
mono_domain_from_appdomain
MonoDomain* mono_domain_from_appdomain(MonoAppDomain* appdomain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_get
MonoDomain* mono_domain_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_get_by_id
MonoDomain* mono_domain_get_by_id(int domainid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_get_friendly_name
const(char)* mono_domain_get_friendly_name(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_get_id
int mono_domain_get_id(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_has_type_resolve
mono_bool mono_domain_has_type_resolve(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_is_unloading
mono_bool mono_domain_is_unloading(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_owns_vtable_slot
mono_bool mono_domain_owns_vtable_slot(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.
mono_domain_set
mono_bool mono_domain_set(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.
mono_domain_set_config
void mono_domain_set_config(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.
mono_domain_set_internal
void mono_domain_set_internal(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_domain_try_type_resolve
MonoReflectionAssembly* mono_domain_try_type_resolve(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.
mono_domain_try_unload
void mono_domain_try_unload(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.
mono_domain_unload
void mono_domain_unload(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_environment_exitcode_get
int mono_environment_exitcode_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_environment_exitcode_set
void mono_environment_exitcode_set(int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_cleanup
void mono_error_cleanup(MonoError* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_get_error_code
ushort mono_error_get_error_code(MonoError* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_get_message
const(char)* mono_error_get_message(MonoError* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_init
void mono_error_init(MonoError* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_init_flags
void mono_error_init_flags(MonoError* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_error_ok
mono_bool mono_error_ok(MonoError* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_add_method
MonoMethod* mono_event_get_add_method(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_flags
uint mono_event_get_flags(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_name
const(char)* mono_event_get_name(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_object
MonoReflectionEvent* mono_event_get_object(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.
mono_event_get_parent
MonoClass* mono_event_get_parent(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_raise_method
MonoMethod* mono_event_get_raise_method(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_event_get_remove_method
MonoMethod* mono_event_get_remove_method(MonoEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_exception_from_name
MonoException* mono_exception_from_name(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.
mono_exception_from_name_domain
MonoException* mono_exception_from_name_domain(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.
mono_exception_from_name_msg
MonoException* mono_exception_from_name_msg(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.
mono_exception_from_name_two_strings
MonoException* mono_exception_from_name_two_strings(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.
mono_exception_from_token
MonoException* mono_exception_from_token(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.
mono_exception_from_token_two_strings
MonoException* mono_exception_from_token_two_strings(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.
mono_field_from_token
MonoClassField* mono_field_from_token(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.
mono_field_full_name
char* mono_field_full_name(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_data
const(char)* mono_field_get_data(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_flags
uint mono_field_get_flags(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_name
const(char)* mono_field_get_name(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_object
MonoReflectionField* mono_field_get_object(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.
mono_field_get_offset
uint mono_field_get_offset(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_parent
MonoClass* mono_field_get_parent(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_type
MonoType* mono_field_get_type(MonoClassField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_field_get_value
void mono_field_get_value(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.
mono_field_get_value_object
MonoObject* mono_field_get_value_object(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.
mono_field_set_value
void mono_field_set_value(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.
mono_field_static_get_value
void mono_field_static_get_value(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.
mono_field_static_set_value
void mono_field_static_set_value(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.
mono_free
void mono_free(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_free_method
void mono_free_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_free_verify_list
void mono_free_verify_list(void* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_collect
void mono_gc_collect(int generation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_collection_count
int mono_gc_collection_count(int generation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_finalize_notify
void mono_gc_finalize_notify()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_get_generation
int mono_gc_get_generation(MonoObject* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_get_heap_size
long mono_gc_get_heap_size()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_get_used_size
long mono_gc_get_used_size()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_invoke_finalizers
int mono_gc_invoke_finalizers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_max_generation
int mono_gc_max_generation()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_pending_finalizers
MonoBoolean mono_gc_pending_finalizers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_reference_queue_add
mono_bool mono_gc_reference_queue_add(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.
mono_gc_reference_queue_free
void mono_gc_reference_queue_free(MonoReferenceQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_reference_queue_new
MonoReferenceQueue* mono_gc_reference_queue_new(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.
mono_gc_register_bridge_callbacks
void mono_gc_register_bridge_callbacks(MonoGCBridgeCallbacks* callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_wait_for_bridge_processing
void mono_gc_wait_for_bridge_processing()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_walk_heap
int mono_gc_walk_heap(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.
mono_gc_wbarrier_arrayref_copy
void mono_gc_wbarrier_arrayref_copy(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.
mono_gc_wbarrier_generic_nostore
void mono_gc_wbarrier_generic_nostore(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gc_wbarrier_generic_store
void mono_gc_wbarrier_generic_store(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.
mono_gc_wbarrier_generic_store_atomic
void mono_gc_wbarrier_generic_store_atomic(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.
mono_gc_wbarrier_object_copy
void mono_gc_wbarrier_object_copy(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.
mono_gc_wbarrier_set_arrayref
void mono_gc_wbarrier_set_arrayref(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.
mono_gc_wbarrier_set_field
void mono_gc_wbarrier_set_field(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.
mono_gc_wbarrier_value_copy
void mono_gc_wbarrier_value_copy(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.
mono_gchandle_free
void mono_gchandle_free(uint gchandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gchandle_get_target
MonoObject* mono_gchandle_get_target(uint gchandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_gchandle_new
uint mono_gchandle_new(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.
mono_gchandle_new_weakref
uint mono_gchandle_new_weakref(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.
mono_get_array_class
MonoClass* mono_get_array_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_boolean_class
MonoClass* mono_get_boolean_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_byte_class
MonoClass* mono_get_byte_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_char_class
MonoClass* mono_get_char_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_config_dir
const(char)* mono_get_config_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_corlib
MonoImage* mono_get_corlib()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_dbnull_object
MonoObject* mono_get_dbnull_object(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_delegate_begin_invoke
MonoMethod* mono_get_delegate_begin_invoke(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_delegate_end_invoke
MonoMethod* mono_get_delegate_end_invoke(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_delegate_invoke
MonoMethod* mono_get_delegate_invoke(MonoClass* klass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_double_class
MonoClass* mono_get_double_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_enum_class
MonoClass* mono_get_enum_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_appdomain_unloaded
MonoException* mono_get_exception_appdomain_unloaded()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_argument
MonoException* mono_get_exception_argument(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.
mono_get_exception_argument_null
MonoException* mono_get_exception_argument_null(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.
mono_get_exception_argument_out_of_range
MonoException* mono_get_exception_argument_out_of_range(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.
mono_get_exception_arithmetic
MonoException* mono_get_exception_arithmetic()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_array_type_mismatch
MonoException* mono_get_exception_array_type_mismatch()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_bad_image_format
MonoException* mono_get_exception_bad_image_format(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.
mono_get_exception_cannot_unload_appdomain
MonoException* mono_get_exception_cannot_unload_appdomain(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.
mono_get_exception_class
MonoClass* mono_get_exception_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_divide_by_zero
MonoException* mono_get_exception_divide_by_zero()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_execution_engine
MonoException* mono_get_exception_execution_engine(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.
mono_get_exception_field_access
MonoException* mono_get_exception_field_access()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_file_not_found
MonoException* mono_get_exception_file_not_found(MonoString* fname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_index_out_of_range
MonoException* mono_get_exception_index_out_of_range()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_invalid_cast
MonoException* mono_get_exception_invalid_cast()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_invalid_operation
MonoException* mono_get_exception_invalid_operation(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.
mono_get_exception_io
MonoException* mono_get_exception_io(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.
mono_get_exception_method_access
MonoException* mono_get_exception_method_access()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_missing_field
MonoException* mono_get_exception_missing_field(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.
mono_get_exception_missing_method
MonoException* mono_get_exception_missing_method(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.
mono_get_exception_not_implemented
MonoException* mono_get_exception_not_implemented(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.
mono_get_exception_not_supported
MonoException* mono_get_exception_not_supported(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.
mono_get_exception_null_reference
MonoException* mono_get_exception_null_reference()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_out_of_memory
MonoException* mono_get_exception_out_of_memory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_overflow
MonoException* mono_get_exception_overflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_reflection_type_load
MonoException* mono_get_exception_reflection_type_load(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.
mono_get_exception_runtime_wrapped
MonoException* mono_get_exception_runtime_wrapped(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.
mono_get_exception_security
MonoException* mono_get_exception_security()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_serialization
MonoException* mono_get_exception_serialization(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.
mono_get_exception_stack_overflow
MonoException* mono_get_exception_stack_overflow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_synchronization_lock
MonoException* mono_get_exception_synchronization_lock(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.
mono_get_exception_thread_abort
MonoException* mono_get_exception_thread_abort()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_thread_interrupted
MonoException* mono_get_exception_thread_interrupted()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_exception_thread_state
MonoException* mono_get_exception_thread_state(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.
mono_get_exception_type_initialization
MonoException* mono_get_exception_type_initialization(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.
mono_get_exception_type_load
MonoException* mono_get_exception_type_load(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.
mono_get_inflated_method
MonoMethod* mono_get_inflated_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_intptr_class
MonoClass* mono_get_intptr_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_jit_info_from_method
MonoJitInfo* mono_get_jit_info_from_method(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.
mono_get_machine_config
const(char)* mono_get_machine_config()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_method
MonoMethod* mono_get_method(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.
mono_get_method_constrained
MonoMethod* mono_get_method_constrained(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.
mono_get_method_full
MonoMethod* mono_get_method_full(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.
mono_get_object_class
MonoClass* mono_get_object_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_root_domain
MonoDomain* mono_get_root_domain()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_runtime_build_info
char* mono_get_runtime_build_info()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_sbyte_class
MonoClass* mono_get_sbyte_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_single_class
MonoClass* mono_get_single_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_string_class
MonoClass* mono_get_string_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_thread_class
MonoClass* mono_get_thread_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_uintptr_class
MonoClass* mono_get_uintptr_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_get_void_class
MonoClass* mono_get_void_class()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_guid_to_string
char* mono_guid_to_string(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.
mono_guid_to_string_minimal
char* mono_guid_to_string_minimal(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.
mono_image_add_to_name_cache
void mono_image_add_to_name_cache(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.
mono_image_addref
void mono_image_addref(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_close
void mono_image_close(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_ensure_section
int mono_image_ensure_section(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.
mono_image_ensure_section_idx
int mono_image_ensure_section_idx(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.
mono_image_fixup_vtable
void mono_image_fixup_vtable(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_get_assembly
MonoAssembly* mono_image_get_assembly(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_get_entry_point
uint mono_image_get_entry_point(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_get_filename
const(char)* mono_image_get_filename(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_get_guid
const(char)* mono_image_get_guid(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_get_name
const(char)* mono_image_get_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.
mono_image_get_public_key
const(char)* mono_image_get_public_key(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.
mono_image_get_resource
const(char)* mono_image_get_resource(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.
mono_image_get_strong_name
const(char)* mono_image_get_strong_name(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.
mono_image_get_table_info
const(MonoTableInfo)* mono_image_get_table_info(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.
mono_image_get_table_rows
int mono_image_get_table_rows(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.
mono_image_has_authenticode_entry
mono_bool mono_image_has_authenticode_entry(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_init
void mono_image_init(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_is_dynamic
mono_bool mono_image_is_dynamic(MonoImage* image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_load_file_for_image
MonoImage* mono_image_load_file_for_image(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.
mono_image_load_module
MonoImage* mono_image_load_module(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.
mono_image_loaded
MonoImage* mono_image_loaded(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.
mono_image_loaded_by_guid
MonoImage* mono_image_loaded_by_guid(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.
mono_image_loaded_by_guid_full
MonoImage* mono_image_loaded_by_guid_full(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.
mono_image_loaded_full
MonoImage* mono_image_loaded_full(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.
mono_image_lookup_resource
void* mono_image_lookup_resource(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.
mono_image_open
MonoImage* mono_image_open(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.
mono_image_open_from_data
MonoImage* mono_image_open_from_data(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.
mono_image_open_from_data_full
MonoImage* mono_image_open_from_data_full(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.
mono_image_open_from_data_with_name
MonoImage* mono_image_open_from_data_with_name(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.
mono_image_open_full
MonoImage* mono_image_open_full(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.
mono_image_rva_map
char* mono_image_rva_map(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.
mono_image_strerror
const(char)* mono_image_strerror(MonoImageOpenStatus status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_image_strong_name_position
uint mono_image_strong_name_position(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.
mono_images_cleanup
void mono_images_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_images_init
void mono_images_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_init
MonoDomain* mono_init(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.
mono_init_from_assembly
MonoDomain* mono_init_from_assembly(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.
mono_init_version
MonoDomain* mono_init_version(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.
mono_install_assembly_load_hook
void mono_install_assembly_load_hook(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.
mono_install_assembly_postload_refonly_search_hook
void mono_install_assembly_postload_refonly_search_hook(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.
mono_install_assembly_postload_search_hook
void mono_install_assembly_postload_search_hook(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.
mono_install_assembly_preload_hook
void mono_install_assembly_preload_hook(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.
mono_install_assembly_refonly_preload_hook
void mono_install_assembly_refonly_preload_hook(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.
mono_install_assembly_refonly_search_hook
void mono_install_assembly_refonly_search_hook(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.
mono_install_assembly_search_hook
void mono_install_assembly_search_hook(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.
mono_install_runtime_cleanup
void mono_install_runtime_cleanup(MonoDomainFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_install_unhandled_exception_hook
void mono_install_unhandled_exception_hook(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.
mono_invoke_unhandled_exception_hook
void mono_invoke_unhandled_exception_hook(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_is_debugger_attached
mono_bool mono_is_debugger_attached()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_cleanup
void mono_jit_cleanup(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_exec
int mono_jit_exec(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.
mono_jit_info_get_code_size
int mono_jit_info_get_code_size(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_info_get_code_start
void* mono_jit_info_get_code_start(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_info_get_method
MonoMethod* mono_jit_info_get_method(MonoJitInfo* ji)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_info_table_find
MonoJitInfo* mono_jit_info_table_find(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.
mono_jit_init
MonoDomain* mono_jit_init(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.
mono_jit_init_version
MonoDomain* mono_jit_init_version(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.
mono_jit_parse_options
void mono_jit_parse_options(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.
mono_jit_set_aot_mode
void mono_jit_set_aot_mode(MonoAotMode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_jit_set_aot_only
void mono_jit_set_aot_only(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.
mono_jit_set_trace_options
mono_bool mono_jit_set_trace_options(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.
mono_ldstr
MonoString* mono_ldstr(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.
mono_ldtoken
void* mono_ldtoken(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.
mono_load_image
MonoImage* mono_load_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.
mono_load_remote_field
void* mono_load_remote_field(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.
mono_load_remote_field_new
MonoObject* mono_load_remote_field_new(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.
mono_lookup_icall_symbol
const(char)* mono_lookup_icall_symbol(MonoMethod* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_lookup_internal_call
void* mono_lookup_internal_call(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_lookup_internal_call_full
void* mono_lookup_internal_call_full(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.
mono_lookup_pinvoke_call
void* mono_lookup_pinvoke_call(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.
mono_metadata_blob_heap
const(char)* mono_metadata_blob_heap(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.
mono_metadata_compute_size
int mono_metadata_compute_size(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.
mono_metadata_custom_attrs_from_index
uint mono_metadata_custom_attrs_from_index(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.
mono_metadata_declsec_from_index
uint mono_metadata_declsec_from_index(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.
mono_metadata_decode_blob_size
uint mono_metadata_decode_blob_size(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.
mono_metadata_decode_row
void mono_metadata_decode_row(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.
mono_metadata_decode_row_col
uint mono_metadata_decode_row_col(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.
mono_metadata_decode_signed_value
int mono_metadata_decode_signed_value(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.
mono_metadata_decode_table_row
void mono_metadata_decode_table_row(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.
mono_metadata_decode_table_row_col
uint mono_metadata_decode_table_row_col(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.
mono_metadata_decode_value
uint mono_metadata_decode_value(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.
mono_metadata_encode_value
void mono_metadata_encode_value(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.
mono_metadata_events_from_typedef
uint mono_metadata_events_from_typedef(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.
mono_metadata_field_info
void mono_metadata_field_info(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.
mono_metadata_free_array
void mono_metadata_free_array(MonoArrayType* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_free_marshal_spec
void mono_metadata_free_marshal_spec(MonoMarshalSpec* spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_free_method_signature
void mono_metadata_free_method_signature(MonoMethodSignature* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_free_mh
void mono_metadata_free_mh(MonoMethodHeader* mh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_free_type
void mono_metadata_free_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_generic_class_equal
mono_bool mono_metadata_generic_class_equal(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.
mono_metadata_generic_class_hash
uint mono_metadata_generic_class_hash(MonoGenericClass* gclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_generic_class_is_valuetype
mono_bool mono_metadata_generic_class_is_valuetype(MonoGenericClass* gclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_get_constant_index
uint mono_metadata_get_constant_index(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.
mono_metadata_get_marshal_info
const(char)* mono_metadata_get_marshal_info(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.
mono_metadata_guid_heap
const(char)* mono_metadata_guid_heap(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.
mono_metadata_implmap_from_method
uint mono_metadata_implmap_from_method(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.
mono_metadata_init
void mono_metadata_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_interfaces_from_typedef
MonoClass** mono_metadata_interfaces_from_typedef(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.
mono_metadata_locate
const(char)* mono_metadata_locate(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.
mono_metadata_locate_token
const(char)* mono_metadata_locate_token(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.
mono_metadata_methods_from_event
uint mono_metadata_methods_from_event(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.
mono_metadata_methods_from_property
uint mono_metadata_methods_from_property(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.
mono_metadata_nested_in_typedef
uint mono_metadata_nested_in_typedef(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.
mono_metadata_nesting_typedef
uint mono_metadata_nesting_typedef(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.
mono_metadata_packing_from_typedef
uint mono_metadata_packing_from_typedef(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.
mono_metadata_parse_array
MonoArrayType* mono_metadata_parse_array(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.
mono_metadata_parse_custom_mod
int mono_metadata_parse_custom_mod(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.
mono_metadata_parse_field_type
MonoType* mono_metadata_parse_field_type(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.
mono_metadata_parse_marshal_spec
MonoMarshalSpec* mono_metadata_parse_marshal_spec(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.
mono_metadata_parse_method_signature
MonoMethodSignature* mono_metadata_parse_method_signature(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.
mono_metadata_parse_mh
MonoMethodHeader* mono_metadata_parse_mh(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.
mono_metadata_parse_param
MonoType* mono_metadata_parse_param(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.
mono_metadata_parse_ret_type
MonoType* mono_metadata_parse_ret_type(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.
mono_metadata_parse_signature
MonoMethodSignature* mono_metadata_parse_signature(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.
mono_metadata_parse_type
MonoType* mono_metadata_parse_type(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.
mono_metadata_parse_typedef_or_ref
uint mono_metadata_parse_typedef_or_ref(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.
mono_metadata_properties_from_typedef
uint mono_metadata_properties_from_typedef(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.
mono_metadata_signature_alloc
MonoMethodSignature* mono_metadata_signature_alloc(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.
mono_metadata_signature_dup
MonoMethodSignature* mono_metadata_signature_dup(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_signature_equal
mono_bool mono_metadata_signature_equal(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.
mono_metadata_string_heap
const(char)* mono_metadata_string_heap(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.
mono_metadata_token_from_dor
uint mono_metadata_token_from_dor(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.
mono_metadata_translate_token_index
uint mono_metadata_translate_token_index(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.
mono_metadata_type_equal
mono_bool mono_metadata_type_equal(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.
mono_metadata_type_hash
uint mono_metadata_type_hash(MonoType* t1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_metadata_typedef_from_field
uint mono_metadata_typedef_from_field(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.
mono_metadata_typedef_from_method
uint mono_metadata_typedef_from_method(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.
mono_metadata_user_string
const(char)* mono_metadata_user_string(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.
mono_method_body_get_object
MonoReflectionMethodBody* mono_method_body_get_object(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.
mono_method_can_access_field
mono_bool mono_method_can_access_field(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.
mono_method_can_access_method
mono_bool mono_method_can_access_method(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.
mono_method_desc_free
void mono_method_desc_free(MonoMethodDesc* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_desc_from_method
MonoMethodDesc* mono_method_desc_from_method(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_desc_full_match
mono_bool mono_method_desc_full_match(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.
mono_method_desc_match
mono_bool mono_method_desc_match(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.
mono_method_desc_new
MonoMethodDesc* mono_method_desc_new(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.
mono_method_desc_search_in_class
MonoMethod* mono_method_desc_search_in_class(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.
mono_method_desc_search_in_image
MonoMethod* mono_method_desc_search_in_image(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.
mono_method_full_name
char* mono_method_full_name(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.
mono_method_get_class
MonoClass* mono_method_get_class(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_flags
uint mono_method_get_flags(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.
mono_method_get_header
MonoMethodHeader* mono_method_get_header(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_header_checked
MonoMethodHeader* mono_method_get_header_checked(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.
mono_method_get_index
uint mono_method_get_index(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_last_managed
MonoMethod* mono_method_get_last_managed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_marshal_info
void mono_method_get_marshal_info(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.
mono_method_get_name
const(char)* mono_method_get_name(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_object
MonoReflectionMethod* mono_method_get_object(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.
mono_method_get_param_names
void mono_method_get_param_names(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.
mono_method_get_param_token
uint mono_method_get_param_token(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.
mono_method_get_signature
MonoMethodSignature* mono_method_get_signature(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.
mono_method_get_signature_full
MonoMethodSignature* mono_method_get_signature_full(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.
mono_method_get_token
uint mono_method_get_token(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_get_unmanaged_thunk
void* mono_method_get_unmanaged_thunk(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_has_marshal_info
mono_bool mono_method_has_marshal_info(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_header_get_clauses
int mono_method_header_get_clauses(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.
mono_method_header_get_code
const(ubyte)* mono_method_header_get_code(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.
mono_method_header_get_locals
MonoType** mono_method_header_get_locals(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.
mono_method_header_get_num_clauses
int mono_method_header_get_num_clauses(MonoMethodHeader* header)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_signature
MonoMethodSignature* mono_method_signature(MonoMethod* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_method_verify
void* mono_method_verify(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.
mono_module_file_get_object
MonoReflectionModule* mono_module_file_get_object(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.
mono_module_get_object
MonoReflectionModule* mono_module_get_object(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.
mono_monitor_enter
mono_bool mono_monitor_enter(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_monitor_exit
void mono_monitor_exit(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_monitor_try_enter
mono_bool mono_monitor_try_enter(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.
mono_native_getrootdir
char* mono_native_getrootdir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_castclass_mbyref
MonoObject* mono_object_castclass_mbyref(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.
mono_object_clone
MonoObject* mono_object_clone(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_get_class
MonoClass* mono_object_get_class(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_get_domain
MonoDomain* mono_object_get_domain(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_get_size
uint mono_object_get_size(MonoObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_get_virtual_method
MonoMethod* mono_object_get_virtual_method(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.
mono_object_hash
int mono_object_hash(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_isinst
MonoObject* mono_object_isinst(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.
mono_object_isinst_mbyref
MonoObject* mono_object_isinst_mbyref(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.
mono_object_new
MonoObject* mono_object_new(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.
mono_object_new_alloc_specific
MonoObject* mono_object_new_alloc_specific(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_new_fast
MonoObject* mono_object_new_fast(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_new_from_token
MonoObject* mono_object_new_from_token(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.
mono_object_new_specific
MonoObject* mono_object_new_specific(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_object_to_string
MonoString* mono_object_to_string(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.
mono_object_unbox
void* mono_object_unbox(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_opcode_name
const(char)* mono_opcode_name(int opcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_opcode_value
MonoOpcodeEnum mono_opcode_value(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.
mono_param_get_objects
MonoArray* mono_param_get_objects(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.
mono_pe_file_open
MonoImage* mono_pe_file_open(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.
mono_print_unhandled_exception
void mono_print_unhandled_exception(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_coverage_get
void mono_profiler_coverage_get(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.
mono_profiler_get_events
MonoProfileFlags mono_profiler_get_events()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install
void mono_profiler_install(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.
mono_profiler_install_allocation
void mono_profiler_install_allocation(MonoProfileAllocFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_appdomain
void mono_profiler_install_appdomain(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.
mono_profiler_install_appdomain_name
void mono_profiler_install_appdomain_name(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.
mono_profiler_install_assembly
void mono_profiler_install_assembly(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.
mono_profiler_install_class
void mono_profiler_install_class(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.
mono_profiler_install_code_buffer_new
void mono_profiler_install_code_buffer_new(MonoProfilerCodeBufferNew callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_code_chunk_destroy
void mono_profiler_install_code_chunk_destroy(MonoProfilerCodeChunkDestroy callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_code_chunk_new
void mono_profiler_install_code_chunk_new(MonoProfilerCodeChunkNew callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_context
void mono_profiler_install_context(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.
mono_profiler_install_coverage_filter
void mono_profiler_install_coverage_filter(MonoProfileCoverageFilterFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_enter_leave
void mono_profiler_install_enter_leave(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.
mono_profiler_install_exception
void mono_profiler_install_exception(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.
mono_profiler_install_gc
void mono_profiler_install_gc(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.
mono_profiler_install_gc_finalize
void mono_profiler_install_gc_finalize(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.
mono_profiler_install_gc_moves
void mono_profiler_install_gc_moves(MonoProfileGCMoveFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_gc_roots
void mono_profiler_install_gc_roots(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.
mono_profiler_install_iomap
void mono_profiler_install_iomap(MonoProfileIomapFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_jit_compile
void mono_profiler_install_jit_compile(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.
mono_profiler_install_jit_end
void mono_profiler_install_jit_end(MonoProfileJitResult end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_method_free
void mono_profiler_install_method_free(MonoProfileMethodFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_method_invoke
void mono_profiler_install_method_invoke(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.
mono_profiler_install_module
void mono_profiler_install_module(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.
mono_profiler_install_monitor
void mono_profiler_install_monitor(MonoProfileMonitorFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_runtime_initialized
void mono_profiler_install_runtime_initialized(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.
mono_profiler_install_statistical
void mono_profiler_install_statistical(MonoProfileStatFunc callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_install_statistical_call_chain
void mono_profiler_install_statistical_call_chain(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.
mono_profiler_install_thread
void mono_profiler_install_thread(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.
mono_profiler_install_thread_name
void mono_profiler_install_thread_name(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.
mono_profiler_install_transition
void mono_profiler_install_transition(MonoProfileMethodResult callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_load
void mono_profiler_load(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.
mono_profiler_set_events
void mono_profiler_set_events(MonoProfileFlags events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_profiler_set_statistical_mode
void mono_profiler_set_statistical_mode(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.
mono_property_get_flags
uint mono_property_get_flags(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_property_get_get_method
MonoMethod* mono_property_get_get_method(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_property_get_name
const(char)* mono_property_get_name(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_property_get_object
MonoReflectionProperty* mono_property_get_object(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.
mono_property_get_parent
MonoClass* mono_property_get_parent(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_property_get_set_method
MonoMethod* mono_property_get_set_method(MonoProperty* prop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_property_get_value
MonoObject* mono_property_get_value(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.
mono_property_set_value
void mono_property_set_value(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.
mono_ptr_class_get
MonoClass* mono_ptr_class_get(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_raise_exception
void mono_raise_exception(MonoException* ex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_assembly_get_assembly
MonoAssembly* mono_reflection_assembly_get_assembly(MonoReflectionAssembly* refassembly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_free_type_info
void mono_reflection_free_type_info(MonoTypeNameParse* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_get_custom_attrs
MonoArray* mono_reflection_get_custom_attrs(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_get_custom_attrs_blob
MonoArray* mono_reflection_get_custom_attrs_blob(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.
mono_reflection_get_custom_attrs_by_type
MonoArray* mono_reflection_get_custom_attrs_by_type(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.
mono_reflection_get_custom_attrs_data
MonoArray* mono_reflection_get_custom_attrs_data(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_get_custom_attrs_info
MonoCustomAttrInfo* mono_reflection_get_custom_attrs_info(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_get_token
uint mono_reflection_get_token(MonoObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_reflection_get_type
MonoType* mono_reflection_get_type(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.
mono_reflection_parse_type
int mono_reflection_parse_type(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.
mono_reflection_type_from_name
MonoType* mono_reflection_type_from_name(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.
mono_reflection_type_get_type
MonoType* mono_reflection_type_get_type(MonoReflectionType* reftype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_register_bundled_assemblies
void mono_register_bundled_assemblies(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.
mono_register_config_for_assembly
void mono_register_config_for_assembly(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.
mono_register_machine_config
void mono_register_machine_config(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.
mono_register_symfile_for_assembly
void mono_register_symfile_for_assembly(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.
mono_runtime_class_init
void mono_runtime_class_init(MonoVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_cleanup
void mono_runtime_cleanup(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_delegate_invoke
MonoObject* mono_runtime_delegate_invoke(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.
mono_runtime_exec_main
int mono_runtime_exec_main(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.
mono_runtime_exec_managed_code
void mono_runtime_exec_managed_code(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.
mono_runtime_get_main_args
MonoArray* mono_runtime_get_main_args()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_init
void mono_runtime_init(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.
mono_runtime_invoke
MonoObject* mono_runtime_invoke(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.
mono_runtime_invoke_array
MonoObject* mono_runtime_invoke_array(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.
mono_runtime_is_shutting_down
mono_bool mono_runtime_is_shutting_down()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_object_init
void mono_runtime_object_init(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.
mono_runtime_quit
void mono_runtime_quit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_resource_check_limit
void mono_runtime_resource_check_limit(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.
mono_runtime_resource_limit
int mono_runtime_resource_limit(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.
mono_runtime_resource_set_callback
void mono_runtime_resource_set_callback(MonoResourceCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_runtime_run_main
int mono_runtime_run_main(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.
mono_runtime_set_main_args
int mono_runtime_set_main_args(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.
mono_runtime_set_shutting_down
void mono_runtime_set_shutting_down()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_security_enable_core_clr
void mono_security_enable_core_clr()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_security_set_core_clr_platform_callback
void mono_security_set_core_clr_platform_callback(MonoCoreClrPlatformCB callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_set_allocator_vtable
mono_bool mono_set_allocator_vtable(MonoAllocatorVTable* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_set_assemblies_path
void mono_set_assemblies_path(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.
mono_set_break_policy
void mono_set_break_policy(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.
mono_set_config_dir
void mono_set_config_dir(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.
mono_set_crash_chaining
void mono_set_crash_chaining(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.
mono_set_dirs
void mono_set_dirs(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.
mono_set_is_debugger_attached
void mono_set_is_debugger_attached(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.
mono_set_rootdir
void mono_set_rootdir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_set_signal_chaining
void mono_set_signal_chaining(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.
mono_signature_explicit_this
mono_bool mono_signature_explicit_this(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_get_call_conv
uint mono_signature_get_call_conv(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_get_desc
char* mono_signature_get_desc(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.
mono_signature_get_param_count
uint mono_signature_get_param_count(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_get_params
MonoType* mono_signature_get_params(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.
mono_signature_get_return_type
MonoType* mono_signature_get_return_type(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_hash
uint mono_signature_hash(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_is_instance
mono_bool mono_signature_is_instance(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_signature_param_is_out
mono_bool mono_signature_param_is_out(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.
mono_signature_vararg_start
int mono_signature_vararg_start(MonoMethodSignature* sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_stack_walk
void mono_stack_walk(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.
mono_stack_walk_async_safe
void mono_stack_walk_async_safe(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.
mono_stack_walk_no_il
void mono_stack_walk_no_il(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.
mono_store_remote_field
void mono_store_remote_field(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.
mono_store_remote_field_new
void mono_store_remote_field_new(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.
mono_string_chars
mono_unichar2* mono_string_chars(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_empty
MonoString* mono_string_empty(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_empty_wrapper
MonoString* mono_string_empty_wrapper()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_equal
mono_bool mono_string_equal(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.
mono_string_hash
uint mono_string_hash(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_intern
MonoString* mono_string_intern(MonoString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_is_interned
MonoString* mono_string_is_interned(MonoString* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_length
int mono_string_length(MonoString* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_string_new
MonoString* mono_string_new(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.
mono_string_new_len
MonoString* mono_string_new_len(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.
mono_string_new_size
MonoString* mono_string_new_size(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.
mono_string_new_wrapper
MonoString* mono_string_new_wrapper(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.
mono_stringify_assembly_name
char* mono_stringify_assembly_name(MonoAssemblyName* aname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_table_info_get_rows
int mono_table_info_get_rows(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.
mono_thread_attach
MonoThread* mono_thread_attach(MonoDomain* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_cleanup
void mono_thread_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_create
void mono_thread_create(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.
mono_thread_current
MonoThread* mono_thread_current()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_detach
void mono_thread_detach(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_detach_if_exiting
mono_bool mono_thread_detach_if_exiting()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_exit
void mono_thread_exit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_get_main
MonoThread* mono_thread_get_main()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_get_managed_id
int mono_thread_get_managed_id(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_init
void mono_thread_init(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.
mono_thread_is_foreign
mono_bool mono_thread_is_foreign(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_manage
void mono_thread_manage()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_new_init
void mono_thread_new_init(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.
mono_thread_set_main
void mono_thread_set_main(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_thread_set_manage_callback
void mono_thread_set_manage_callback(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.
mono_thread_stop
void mono_thread_stop(MonoThread* thread)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_threads_get_default_stacksize
uint mono_threads_get_default_stacksize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_threads_request_thread_dump
void mono_threads_request_thread_dump()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_threads_set_default_stacksize
void mono_threads_set_default_stacksize(uint stacksize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_trace_set_level_string
void mono_trace_set_level_string(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.
mono_trace_set_log_handler
void mono_trace_set_log_handler(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.
mono_trace_set_mask_string
void mono_trace_set_mask_string(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.
mono_trace_set_print_handler
void mono_trace_set_print_handler(MonoPrintCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_trace_set_printerr_handler
void mono_trace_set_printerr_handler(MonoPrintCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_create_from_typespec
MonoType* mono_type_create_from_typespec(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.
mono_type_full_name
char* mono_type_full_name(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_generic_inst_is_valuetype
mono_bool mono_type_generic_inst_is_valuetype(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_array_type
MonoArrayType* mono_type_get_array_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_class
MonoClass* mono_type_get_class(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_modifiers
MonoClass* mono_type_get_modifiers(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.
mono_type_get_name
char* mono_type_get_name(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_object
MonoReflectionType* mono_type_get_object(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.
mono_type_get_ptr_type
MonoType* mono_type_get_ptr_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_signature
MonoMethodSignature* mono_type_get_signature(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_type
int mono_type_get_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_get_underlying_type
MonoType* mono_type_get_underlying_type(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_byref
mono_bool mono_type_is_byref(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_generic_parameter
mono_bool mono_type_is_generic_parameter(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_pointer
mono_bool mono_type_is_pointer(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_reference
mono_bool mono_type_is_reference(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_struct
mono_bool mono_type_is_struct(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_is_void
mono_bool mono_type_is_void(MonoType* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_type_size
int mono_type_size(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.
mono_type_stack_size
int mono_type_stack_size(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.
mono_type_to_unmanaged
uint mono_type_to_unmanaged(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.
mono_unhandled_exception
void mono_unhandled_exception(MonoObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mono_value_box
MonoObject* mono_value_box(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.
mono_value_copy
void mono_value_copy(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.
mono_value_copy_array
void mono_value_copy_array(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.
mono_verify_corlib
char* mono_verify_corlib()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta