MefHosting Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.