| Name | Description |
---|
| AddCOMObject(String, Guid) |
Creates a COM/ActiveX object and exposes it to script code. The registered class is
specified by class identifier (CLSID).
|
| AddCOMObject(String, String) |
Creates a COM/ActiveX object and exposes it to script code. The registered class is
specified by programmatic identifier (ProgID).
|
| AddCOMObject(String, HostItemFlags, Guid) |
Creates a COM/ActiveX object and exposes it to script code with the specified options.
The registered class is specified by class identifier (CLSID).
|
| AddCOMObject(String, HostItemFlags, String) |
Creates a COM/ActiveX object and exposes it to script code with the specified options.
The registered class is specified by programmatic identifier (ProgID).
|
| AddCOMObject(String, Guid, String) |
Creates a COM/ActiveX object on the specified server and exposes it to script code. The
registered class is specified by class identifier (CLSID).
|
| AddCOMObject(String, String, String) |
Creates a COM/ActiveX object on the specified server and exposes it to script code. The
registered class is specified by programmatic identifier (ProgID).
|
| AddCOMObject(String, HostItemFlags, Guid, String) |
Creates a COM/ActiveX object on the specified server and exposes it to script code with
the specified options. The registered class is specified by class identifier (CLSID).
|
| AddCOMObject(String, HostItemFlags, String, String) |
Creates a COM/ActiveX object on the specified server and exposes it to script code with
the specified options. The registered class is specified by programmatic identifier (ProgID).
|