When a .NET object is being created, the Class Name must be able to be resolved in either the current assembly or in the current assembly's binding paths. If not, use the CreateObjectFromAssembly method.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| className | String | The type of object to create. | ||
| newObject | Object | ByRef | The newly created object. |
A Boolean value indicating success.