GetPlugins

Purpose

Returns a collection of all COM plug-in objects, one object for each plug-in enabled.

This only returns the COM (ActiveX) plug-ins - use GetPluginsEx if you want a collection of all plug-ins, but be aware that not all .NET plug-ins were written to support COM interop (e.g. They may not work with older scripts or other COM plug-ins - they may work only with VB.NET scripts and .NET plug-ins if they were not written to support COM interop.)

Parameters

None.

Returns

Return value: plug-in collection
Type: collection

Example

GetPlugins Script Example