Show Contents / Index / Search

CreateObject

You can use CreateObject to create a new instance of an Automation application. For example, you can use CreateObject to start Reflection 2008 if it isn't currently running.

CreateObject takes one argument of the form AppName.ObjectType. AppName is the name of the application and ObjectType is the type of object to create.

CreateObject Example