C# Class NRack.Server.Isolation.AssemblyImport

AssemblyImport, used for importing assembly to the current AppDomain
Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: kerryjiang/NRack Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyImport ( string importRoot ) : System

Initializes a new instance of the AssemblyImport class.

RegisterAssembplyImport ( AppDomain hostAppDomain ) : void

Registers the assembply import.

Private Methods

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

Method Details

AssemblyImport() public méthode

Initializes a new instance of the AssemblyImport class.
public AssemblyImport ( string importRoot ) : System
importRoot string
Résultat System

RegisterAssembplyImport() public static méthode

Registers the assembply import.
public static RegisterAssembplyImport ( AppDomain hostAppDomain ) : void
hostAppDomain System.AppDomain The host application domain.
Résultat void