createInstanceByDescriptor method
Creates an instance of an object type specified by type descriptor.
descriptor
a type descriptor that points to an object typeargs
arguments for the object constructor. Returns the created object instance.
See createInstance See TypeDescriptor