Resolves a handle for a single component with a given component id.
Namespace:
Gallio.Runtime.ExtensibilityAssembly: Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.371.0)
Syntax
| C# |
|---|
ComponentHandle ResolveHandleByComponentId( string componentId ) |
| Visual Basic (Declaration) |
|---|
Function ResolveHandleByComponentId ( _ componentId As String _ ) As ComponentHandle |
Parameters
- componentId
- Type: System..::.String
The component id.
Return Value
The component handle.
Exceptions
| Exception | Condition |
|---|---|
| Gallio.Runtime..::.RuntimeException | Thrown if no component was found or if a component could not be resolved. |
| System..::.ArgumentNullException | Thrown if componentId is null. |
