Resolves a handle for a single component with a given component id.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.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

ExceptionCondition
Gallio.Runtime..::.RuntimeExceptionThrown if no component was found or if a component could not be resolved.
System..::.ArgumentNullExceptionThrown if componentId is null.

See Also