Resolves the type named by this instance.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Type Resolve()
Visual Basic (Declaration)
Public Function Resolve As Type

Return Value

The type.

Exceptions

ExceptionCondition
Gallio.Common.Reflection..::.ReflectionResolveExceptionThrown if the type could not be resolved.

See Also