| ComponentAttribute Constructor (Type, UInt32) |
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public ComponentAttribute(
Type contractType,
uint priority
)
Public Sub New (
contractType As Type,
priority As UInteger
)
Parameters
- contractType
- Type: SystemType
A type from which to derive the contract name that is used to export the type - priority
- Type: SystemUInt32
The priority of the component. The Factory uses this information to sort the instances for CreateMany(String, Object)
See Also