C# Class Microsoft.UnitTests.Core.XUnit.AssemblyMefCatalogFixture

Inheritance: Microsoft.UnitTests.Core.XUnit.MefCatalogFixture
Show file Open project: Microsoft/RTVS Class Usage Examples

Protected Methods

Method Description
CreateCatalog ( ) : ComposablePartCatalog
GetBinDirectoryAssemblies ( ) : IEnumerable
GetLoadedAssemblies ( ) : IEnumerable
GetVsAssemblies ( ) : IEnumerable

Private Methods

Method Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
EnumerateAssemblies ( string>.Dictionary assemblyPaths, string directory ) : void
GetLoadedAssembly ( string loadedAssembly ) : Assembly
LoadBinDirectoryAssembly ( string assemblyFile ) : Assembly
LoadVsAssembly ( string assemblyFile ) : Assembly
ValidateCatalog ( System.ComponentModel.Composition.Hosting.AggregateCatalog catalog ) : void

Method Details

CreateCatalog() protected method

protected CreateCatalog ( ) : ComposablePartCatalog
return ComposablePartCatalog

GetBinDirectoryAssemblies() protected method

protected GetBinDirectoryAssemblies ( ) : IEnumerable
return IEnumerable

GetLoadedAssemblies() protected method

protected GetLoadedAssemblies ( ) : IEnumerable
return IEnumerable

GetVsAssemblies() protected method

protected GetVsAssemblies ( ) : IEnumerable
return IEnumerable