Provides helpers for working with types and type codes.

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

Syntax

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

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

See Also