| FactoryCreateFirst Method (Type) |
Creates an instance of the specified type depending on the
ComponentAttribute.
If multiple implementations are available, the
Factory will prefer the implementation with the highest priority.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static Object CreateFirst(
Type contractType
)
Public Shared Function CreateFirst (
contractType As Type
) As Object
public:
static Object^ CreateFirst(
Type^ contractType
)
Parameters
- contractType
- Type: SystemType
The Type that contract name derives from
Return Value
Type:
ObjectA reference to the newly created object.
Exceptions See Also