|
OpenTAP 9.31
API Reference
|
Represents a plugin (type that derives from ITapPlugin) in a payload file of an OpenTAP package. More...
Public Member Functions | |
| PluginFile () | |
| Creates a new PluginFile. | |
| bool | ShouldSerializeBrowsable () |
| Obsolete. Use !Browsable instead. | |
Properties | |
| string | Type [getset] |
| The namespace qualified name of the type. | |
| string | BaseType [getset] |
| The display name of the plugin base type that Type derives from. E.g. TestStep. | |
| string | Name [getset] |
| The display name of the plugin type as specified by its DisplayAttribute. | |
| string | Group [getset] |
| Obsolete. Always null. Use Groups instead. | |
| double | Order [getset] |
| The display order of the plugin type as specified by its DisplayAttribute. | |
| bool | Browsable [getset] |
| The browsable state of the plugin type as specified by a System.ComponentModel.BrowsableAttribute. | |
| string | Description [getset] |
| The description of the plugin type as specified by its DisplayAttribute. | |
| bool | Collapsed [getset] |
| The collapsed state of the display group to which the plugin belongs as specified by its DisplayAttribute. | |
| string[] | Groups [getset] |
| The array of display groups of the plugin type as specified by its DisplayAttribute. | |
| SupportedModelsAttribute[] | SupportedModels [getset] |
| The hardware models supported by this plugin. Specified by SupportedModelsAttribute | |
Represents a plugin (type that derives from ITapPlugin) in a payload file of an OpenTAP package.
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:38