Resolves the traits handler.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
IHandler ResolveTraitsHandler() |
| Visual Basic (Declaration) |
|---|
Function ResolveTraitsHandler As IHandler |
Return Value
The traits handler.
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.
Exceptions
| Exception | Condition |
|---|---|
| Gallio.Runtime..::.RuntimeException | Thrown if an error occurs during resolution. |
