OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.PluginOrderAttribute Class Reference

Determines the order of plugin activation related to other plugins. More...

Inherits Attribute.

Public Member Functions

 PluginOrderAttribute (Type before=null, Type after=null, double order=0.0)
 Creates a new instance of this attribute. More...
 

Properties

Type Before [get]
 The type marked with the PluginOrderAttribute should come before this type.
 
Type After [get]
 The type marked with the PluginOrderAttribute should come after this type.
 
double Order [get]
 The type marked with the PluginOrderAttribute should be weighted by this order if everything else is the same. Sorting by smallest order first (default sort order for double)
 

Detailed Description

Determines the order of plugin activation related to other plugins.

Constructor & Destructor Documentation

◆ PluginOrderAttribute()

OpenTap.PluginOrderAttribute.PluginOrderAttribute ( Type  before = null,
Type  after = null,
double  order = 0.0 
)
inline

Creates a new instance of this attribute.

Parameters
beforeOrder of this plugin is before another plugin.
afterOrder of this plugin is after another plugin.
orderEverything else being the same, use a number sort order.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42