Resolves the component traits.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
Traits ResolveTraits()
Visual Basic (Declaration)
Function ResolveTraits As Traits

Return Value

The component traits.

Remarks

This method may cause plugin resources to be loaded. The caller should therefore assume that the operation is potentially time-consuming and may fail.

The specific subclass of Traits returned by this method is detemined by the service's traits type as obtained by ResolveTraitsType()()().

Exceptions

ExceptionCondition
Gallio.Runtime..::.RuntimeExceptionThrown if an error occurs during resolution.

See Also