VBScript GetObject
Function
The GetObject function returns a reference to an automation object from a file.
Syntax
Parameter | Description |
---|---|
pathname | Optional. The full path and name of the file containing the automation object. If this parameter is omitted, the class parameter must be provided. |
class | Optional. The class of the automation object. This parameter uses the syntax: appname.objectype. |