Overloads
System.Object Create (string name, System.Type targetType, System.Object[] args)

Parameters

NameTypeDescription
name string Name of the type to create.
targetType System.Type Type "constraint", as in the type instance must be assignable to this given type.
args = null System.Object[] Optional arguments for the constructor of the selected type.

Returns

TypeDescription
System.Object
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.