This class is the managed representation of the MonoDefaults struct (at least the types we're interested in) as defined in mono/metadata/class-internals.h.
 void read_builtin_types(TargetMemoryAccess memory)
 {
     if (initialized)
         builtin_types = new MonoBuiltinTypeInfo (corlib, memory);
 }