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.
MonoClass* that the runtime is using for System.Object .mono_get_int16_class
MonoClass* for the System.Int16 type.
MonoClass* that the runtime is using for System.Int16 .mono_get_int32_class
MonoClass* for the System.Int32 type.
MonoClass* that the runtime is using for System.Int32 .mono_get_int64_class
MonoClass* for the System.Int64 type.
MonoClass* that the runtime is using for System.Int64 .mono_get_double_class
MonoClass* for the System.Double type.
MonoClass* that the runtime is using for System.Double (64-bit floating points).mono_get_enum_class
MonoClass* for the System.Enum type.
MonoClass* that the runtime is using for System.Enum .mono_get_intptr_class
MonoClass* for the System.IntPtr type.
MonoClass* that the runtime is using for System.IntPtr .mono_get_sbyte_class
MonoClass* for the System.SByte type.
MonoClass* that the runtime is using for System.SByte.mono_get_single_class
MonoClass* for the System.Single type.
MonoClass* that the runtime is using for System.Single (32-bit floating points).mono_get_string_class
MonoClass* for the System.String type.
MonoClass* that the runtime is using for System.String .mono_get_thread_class
MonoClass* for the System.Threading.Thread type.
MonoClass* that the runtime is using for System.Threading.Thread .mono_get_uint16_class
MonoClass* for the System.UInt16 type.
MonoClass* that the runtime is using for System.UInt16 .mono_get_uint32_class
MonoClass* for the System.UInt32 type.
MonoClass* that the runtime is using for System.UInt32 .mono_get_uint64_class
MonoClass* for the System.UInt64 type.
MonoClass* that the runtime is using for System.UInt64 .mono_get_uintptr_class
MonoClass* for the System.UIntPtr type.
MonoClass* that the runtime is using for System.UIntPtr .mono_get_void_class
MonoClass* for the System.Void type.
MonoClass* that the runtime is using for System.Void .mono_get_array_class
MonoClass* for the System.Array type.
MonoClass* that the runtime is using for System.Array .mono_get_boolean_class
MonoClass* for the System.Boolean type.
MonoClass* that the runtime is using for System.Boolean .mono_get_byte_class
MonoClass* for the System.Byte type.
MonoClass* that the runtime is using for System.Byte .mono_get_char_class
MonoClass* for the System.Char type.
MonoClass* that the runtime is using for System.Char .