Create a new class instance.
Allocates memory and sets fields to their initial value, but does not call a constructor.
new Object() // _d_newclass(typeid(Object))
TypeInfo_Class object, to provide instance size and initial bytes to copy
newly created object
See Implementation
Create a new class instance.
Allocates memory and sets fields to their initial value, but does not call a constructor.