A StaticReflectionPolicy assembly wrapper.

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

Syntax

C#
public sealed class StaticAssemblyWrapper : StaticCodeElementWrapper, 
	IAssemblyInfo, ICodeElementInfo, IMirror, IEquatable<ICodeElementInfo>, 
	IEquatable<IAssemblyInfo>
Visual Basic (Declaration)
Public NotInheritable Class StaticAssemblyWrapper _
	Inherits StaticCodeElementWrapper _
	Implements IAssemblyInfo, ICodeElementInfo, IMirror, IEquatable(Of ICodeElementInfo),  _
	IEquatable(Of IAssemblyInfo)

Inheritance Hierarchy

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

See Also