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.ImplAssembly: 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
System..::.Object
Gallio.Common.Reflection.Impl..::.StaticWrapper
Gallio.Common.Reflection.Impl..::.StaticCodeElementWrapper
Gallio.Common.Reflection.Impl..::.StaticMemberWrapper
Gallio.Common.Reflection.Impl..::.StaticReflectedMemberWrapper
Gallio.Common.Reflection.Impl..::.StaticEventWrapper
Gallio.Common.Reflection.Impl..::.StaticFieldWrapper
Gallio.Common.Reflection.Impl..::.StaticFunctionWrapper
Gallio.Common.Reflection.Impl..::.StaticPropertyWrapper
Gallio.Common.Reflection.Impl..::.StaticWrapper
Gallio.Common.Reflection.Impl..::.StaticCodeElementWrapper
Gallio.Common.Reflection.Impl..::.StaticMemberWrapper
Gallio.Common.Reflection.Impl..::.StaticReflectedMemberWrapper
Gallio.Common.Reflection.Impl..::.StaticEventWrapper
Gallio.Common.Reflection.Impl..::.StaticFieldWrapper
Gallio.Common.Reflection.Impl..::.StaticFunctionWrapper
Gallio.Common.Reflection.Impl..::.StaticPropertyWrapper
