Click or drag to resize

ComponentAttribute Constructor (String)

Initializes an instance of ComponentAttribute. The default Priority is 0.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ComponentAttribute(
	string contractName
)

Parameters

contractName
Type: SystemString
The contract name that is used to export the type
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter contractName is null
ArgumentExceptionParameter contractName is empty
See Also