Resolves the type named by this instance.
Namespace:
Gallio.Common.ReflectionAssembly: 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
| Exception | Condition |
|---|---|
| Gallio.Common.Reflection..::.ReflectionResolveException | Thrown if the type could not be resolved. |
