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

Syntax

C#
public abstract class StaticWrapper : IMirror, 
	IEquatable<StaticWrapper>
Visual Basic (Declaration)
Public MustInherit Class StaticWrapper _
	Implements IMirror, IEquatable(Of StaticWrapper)

Remarks

A wrapper holds an underlying reflection object. Its behavior is derived from by primitive operations on the Handle defined by the particular ReflectionPolicy implementation that is in use.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection.Impl..::.StaticWrapper
    Gallio.Common.Reflection.Impl..::.StaticAttributeWrapper
    Gallio.Common.Reflection.Impl..::.StaticCodeElementWrapper

See Also