Resolves the plugin type.

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

Syntax

C#
Type ResolvePluginType()
Visual Basic (Declaration)
Function ResolvePluginType As Type

Return Value

The plugin type.

Remarks

The plugin type should be a class that implements IPlugin.

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

ExceptionCondition
Gallio.Runtime..::.RuntimeExceptionThrown if an error occurs during resolution.

See Also