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

Inheritance: System.Attribute, IDisposable
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetAssemblyLoaders ( IAssemblyInfo assemblyInfo ) : IList

Protected Methods

Method Description
AssemblyLoaderAttribute ( string paths, string assembliesToResolve ) : System

Private Methods

Method Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
ResolveAssembly ( string name ) : Assembly
ResolveAssembly ( string directory, string name ) : Assembly

Method Details

AssemblyLoaderAttribute() protected method

protected AssemblyLoaderAttribute ( string paths, string assembliesToResolve ) : System
paths string
assembliesToResolve string
return System

Dispose() public method

public Dispose ( ) : void
return void

GetAssemblyLoaders() public static method

public static GetAssemblyLoaders ( IAssemblyInfo assemblyInfo ) : IList
assemblyInfo IAssemblyInfo
return IList