Gets the component instance.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public TService GetComponent() |
| Visual Basic (Declaration) |
|---|
Public Function GetComponent As TService |
Return Value
The component instance.
Exceptions
| Exception | Condition |
|---|---|
| Gallio.Runtime..::.RuntimeException | Thrown if the component cannot be resolved. |
