| Name | Type | Description |
|---|---|---|
| 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. |
| Type | Description |
|---|---|
| System.Object |