C# Class Sitecore.Linqpad.AssemblyLoading.AssemblyLoadingContext

Inheritance: IDisposable
Afficher le fichier Open project: adamconn/sitecore-linqpad Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyLoadingContext ( IEnumerable paths ) : System
Dispose ( ) : void

Private Methods

Méthode Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AssemblyLoadingContext() public méthode

public AssemblyLoadingContext ( IEnumerable paths ) : System
paths IEnumerable
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void