A StaticReflectionPolicy member wrapper for members that are not types, generic parameters or nested types. These members must be declared by types, so they all share the constraint that the declaring type and reflected type must not be null. In particular, the reflected type may be a subtype of the declaring type in the case of inherited members.

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

Syntax

C#
public abstract class StaticReflectedMemberWrapper : StaticMemberWrapper
Visual Basic (Declaration)
Public MustInherit Class StaticReflectedMemberWrapper _
	Inherits StaticMemberWrapper

Inheritance Hierarchy

See Also