|
OpenTAP 9.31
API Reference
|
Marks an assembly as one containing OpenTAP plugins. More...
Inherits Attribute.
Public Member Functions | |
| PluginAssemblyAttribute (bool SearchInternalTypes) | |
| Marks an assembly as one containing OpenTAP plugins. More... | |
| PluginAssemblyAttribute (bool SearchInternalTypes, string PluginInitMethod) | |
| Marks an assembly as one containing OpenTAP plugins. More... | |
Properties | |
| bool | SearchInternalTypes [get] |
| Ask the PluginSearcher to also look for plugins among the internal types in this assembly (default is to only search in public types). | |
| string | PluginInitMethod [get] |
| (Optional) Full name of Plugin Init method that gets run before any other code in the plugin. Will only run once. Requirement: Must be parameterless public static method returning void inside public static class Important note: If init method fails (throws an Exception), then NONE of the ITapPlugin types will load | |
Marks an assembly as one containing OpenTAP plugins.
|
inline |
Marks an assembly as one containing OpenTAP plugins.
| SearchInternalTypes | True to ask the PluginSearcher to also look for plugins among the internal types in this assembly (default is to only search in public types). |
|
inline |
Marks an assembly as one containing OpenTAP plugins.
| SearchInternalTypes | True to ask the PluginSearcher to also look for plugins among the internal types in this assembly (default is to only search in public types). |
| PluginInitMethod | Full name of Plugin Init method (PluginInitMethod) |
OpenTAP 9.31 API built Fri Oct 17 2025 07:12:37