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

Inheritance: System.Attribute, IDisposable
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetAssemblyLoaders ( IAssemblyInfo assemblyInfo ) : IList

Méthodes protégées

Méthode Description
AssemblyLoaderAttribute ( string paths, string assembliesToResolve ) : System

Private Methods

Méthode Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
ResolveAssembly ( string name ) : Assembly
ResolveAssembly ( string directory, string name ) : Assembly

Method Details

AssemblyLoaderAttribute() protected méthode

protected AssemblyLoaderAttribute ( string paths, string assembliesToResolve ) : System
paths string
assembliesToResolve string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAssemblyLoaders() public static méthode

public static GetAssemblyLoaders ( IAssemblyInfo assemblyInfo ) : IList
assemblyInfo IAssemblyInfo
Résultat IList