Provides helpers for resolving abstract reflection objects to obtain native ones based on the structural properties of the reflected code elements.

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

Syntax

C#
public class ReflectorResolveUtils
Visual Basic (Declaration)
Public Class ReflectorResolveUtils

Remarks

This class is intended to assist with the implementation of new reflection policies. It should not be used directly by clients of the reflection API.

Inheritance Hierarchy

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

See Also