An assembly binding specifies the name and location of an assembly as well as some properties to control how the .Net assembly loader resolves particular assembly versions.

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

Syntax

C#
[SerializableAttribute]
public class AssemblyBinding
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AssemblyBinding

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Reflection..::.AssemblyBinding

See Also