C# Class ACR_AssemblyLoader.AssemblyLoader

This class handles assembly resolution of common assemblies that may be referenced by ALFA CLRScript instances.
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Méthode Description
AssemblyLoader ( ) : System
PopulateKnownAssemblies ( ) : void

This method loads known assemblies and prepopulates them in the known assembly cache. Note that these assembles must be loaded in the proper order, that is, base assemblies before dependant assemblies.

Private Methods

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

This method attempts to resolve known assemblies on behalf of CLR scripts.

Method Details

AssemblyLoader() public méthode

public AssemblyLoader ( ) : System
Résultat System

PopulateKnownAssemblies() public méthode

This method loads known assemblies and prepopulates them in the known assembly cache. Note that these assembles must be loaded in the proper order, that is, base assemblies before dependant assemblies.
public PopulateKnownAssemblies ( ) : void
Résultat void