Gets the component traits.

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

Syntax

C#
public TTraits GetTraits()
Visual Basic (Declaration)
Public Function GetTraits As TTraits

Return Value

The component traits.

Exceptions

ExceptionCondition
Gallio.Runtime..::.RuntimeExceptionThrown if the traits cannot be resolved.

See Also