Describes an assembly used by a plugin and how the loader should bind to it.

Namespace:  Gallio.Runtime.Extensibility.Schema
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public sealed class Assembly : IValidatable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class Assembly _
	Implements IValidatable

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Extensibility.Schema..::.Assembly

See Also