| ComponentAttribute Constructor (Type) |
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public ComponentAttribute(
Type contractType
)
Public Sub New (
contractType As Type
)
public:
ComponentAttribute(
Type^ contractType
)
Parameters
- contractType
- Type: SystemType
A type from which to derive the contract name that is used to export the type
See Also