Gets the list of all plugin assembly bindings.

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

Syntax

C#
IList<AssemblyBinding> GetAllPluginAssemblyBindings()
Visual Basic (Declaration)
Function GetAllPluginAssemblyBindings As IList(Of AssemblyBinding)

Return Value

The assembly bindings.

See Also