derelict.mono.mono

Undocumented in source.

Public Imports

derelict.mono.types
public import derelict.mono.types;
Undocumented in source.
derelict.util.loader
public import derelict.util.loader;
Undocumented in source.

Members

Aliases

MONO_TYPE_ISSTRUCT
alias MONO_TYPE_ISSTRUCT = mono_type_is_struct
Undocumented in source.
MONO_TYPE_IS_POINTER
alias MONO_TYPE_IS_POINTER = mono_type_is_pointer
Undocumented in source.
MONO_TYPE_IS_REFERENCE
alias MONO_TYPE_IS_REFERENCE = mono_type_is_reference
Undocumented in source.
MONO_TYPE_IS_VOID
alias MONO_TYPE_IS_VOID = mono_type_is_void
Undocumented in source.

Classes

DerelictMonoLoader
class DerelictMonoLoader
Undocumented in source.

Functions

MONO_CLASS_IS_IMPORT
bool MONO_CLASS_IS_IMPORT(MonoClass* c)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_CLASS_IS_INTERFACE
bool MONO_CLASS_IS_INTERFACE(MonoClass* c)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_OBJECT_SETREF
void MONO_OBJECT_SETREF(T obj, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_OFFSET_IN_CLAUSE
int MONO_OFFSET_IN_CLAUSE(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_OFFSET_IN_FILTER
int MONO_OFFSET_IN_FILTER(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_OFFSET_IN_HANDLER
int MONO_OFFSET_IN_HANDLER(T* clause, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
MONO_STRUCT_SETREF
void MONO_STRUCT_SETREF(T obj, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_array_addr
T* mono_array_addr(MonoArray* array, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_array_get
T mono_array_get(MonoArray* array, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_array_memcpy_refs
void mono_array_memcpy_refs(MonoArray* dest, size_t destidx, MonoArray* src, size_t srcidx, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_array_setref
void mono_array_setref(MonoArray* array, size_t index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_make_token
int mono_metadata_make_token(int table, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_table_count
int mono_metadata_table_count(int bitfield)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_table_size
int mono_metadata_table_size(int bitfield, int table)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_token_code
int mono_metadata_token_code(int token)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_token_index
int mono_metadata_token_index(int token)
Undocumented in source. Be warned that the author may not have intended to support it.
mono_metadata_token_table
int mono_metadata_token_table(int token)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DerelictMono
DerelictMonoLoader DerelictMono;
Undocumented in source.

Meta