Creates instances of unresolved reflection objects based on ICodeElementInfo wrappers.

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

Syntax

C#
public abstract class UnresolvedCodeElementFactory
Visual Basic (Declaration)
Public MustInherit Class UnresolvedCodeElementFactory

Remarks

All objects produced by this factory implement IUnresolvedCodeElement.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection.Impl..::.UnresolvedCodeElementFactory

See Also