These are accesor methods to retrieve the MonoClass * handle for the various built-in CLI types.
mono_get_object_class
MonoClass* for the System.Object type.
Use this function to get the MonoClass* that the runtime is using for System.Object.
mono_get_int16_class
MonoClass* for the System.Int16 type.
Use this function to get the MonoClass* that the runtime is using for System.Int16.
mono_get_int32_class
MonoClass* for the System.Int32 type.
Use this function to get the MonoClass* that the runtime is using for System.Int32.
mono_get_int64_class
MonoClass* for the System.Int64 type.
Use this function to get the MonoClass* that the runtime is using for System.Int64.
mono_get_double_class
MonoClass* for the System.Double type.
Use this function to get the MonoClass* that the runtime is using for System.Double (64-bit floating points).
mono_get_enum_class
MonoClass* for the System.Enum type.
Use this function to get the MonoClass* that the runtime is using for System.Enum.
mono_get_intptr_class
MonoClass* for the System.IntPtr type.
Use this function to get the MonoClass* that the runtime is using for System.IntPtr.
mono_get_sbyte_class
MonoClass* for the System.SByte type.
Use this function to get the MonoClass* that the runtime is using for System.SByte.
mono_get_single_class
MonoClass* for the System.Single type.
Use this function to get the MonoClass* that the runtime is using for System.Single (32-bit floating points).
mono_get_string_class
MonoClass* for the System.String type.
Use this function to get the MonoClass* that the runtime is using for System.String.
mono_get_thread_class
MonoClass* for the System.Threading.Thread type.
Use this function to get the MonoClass* that the runtime is using for System.Threading.Thread.
mono_get_uint16_class
MonoClass* for the System.UInt16 type.
Use this function to get the MonoClass* that the runtime is using for System.UInt16.
mono_get_uint32_class
MonoClass* for the System.UInt32 type.
Use this function to get the MonoClass* that the runtime is using for System.UInt32.
mono_get_uint64_class
MonoClass* for the System.UInt64 type.
Use this function to get the MonoClass* that the runtime is using for System.UInt64.
mono_get_uintptr_class
MonoClass* for the System.UIntPtr type.
Use this function to get the MonoClass* that the runtime is using for System.UIntPtr.
mono_get_void_class
MonoClass* for the System.Void type.
Use this function to get the MonoClass* that the runtime is using for System.Void.
mono_get_array_class
MonoClass* for the System.Array type.
Use this function to get the MonoClass* that the runtime is using for System.Array.
mono_get_boolean_class
MonoClass* for the System.Boolean type.
Use this function to get the MonoClass* that the runtime is using for System.Boolean.
mono_get_byte_class
MonoClass* for the System.Byte type.
Use this function to get the MonoClass* that the runtime is using for System.Byte.
mono_get_char_class
MonoClass* for the System.Char type.
Use this function to get the MonoClass* that the runtime is using for System.Char.