Provides helpers for manipulating reflection flags enumerations.

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

Syntax

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

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

See Also