A base reflection policy implementation that performs argument validation.

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

Syntax

C#
public abstract class BaseReflectionPolicy : IReflectionPolicy
Visual Basic (Declaration)
Public MustInherit Class BaseReflectionPolicy _
	Implements IReflectionPolicy

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection.Impl..::.BaseReflectionPolicy
    Gallio.Common.Reflection.Impl..::.StaticReflectionPolicy

See Also