Share via


MefHosting Constructors

Definition

Overloads

MefHosting()

Initializes a new instance of the MefHosting class where all assemblies in the test project's output directory are included in the MEF catalog.

MefHosting(IEnumerable<String>)

Initializes a new instance of the MefHosting class.

MefHosting()

Initializes a new instance of the MefHosting class where all assemblies in the test project's output directory are included in the MEF catalog.

public MefHosting ();
Public Sub New ()

Applies to

MefHosting(IEnumerable<String>)

Initializes a new instance of the MefHosting class.

public MefHosting (System.Collections.Generic.IEnumerable<string> assemblyNames);
new Microsoft.VisualStudio.Sdk.TestFramework.MefHosting : seq<string> -> Microsoft.VisualStudio.Sdk.TestFramework.MefHosting
Public Sub New (assemblyNames As IEnumerable(Of String))

Parameters

assemblyNames
IEnumerable<String>

The names of the assemblies to include in the MEF catalog.

Applies to