Provides helpers for enumerating attributes taking into account the attribute inheritance structure.

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

Syntax

C#
public static class ReflectorAttributeUtils
Visual Basic (Declaration)
Public NotInheritable Class ReflectorAttributeUtils

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..::.ReflectorAttributeUtils

See Also