C# Class NRack.Server.Isolation.AssemblyImport

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

Public Methods

Method Description
AssemblyImport ( string importRoot ) : System

Initializes a new instance of the AssemblyImport class.

RegisterAssembplyImport ( AppDomain hostAppDomain ) : void

Registers the assembply import.

Private Methods

Method Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AssemblyImport() public method

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

RegisterAssembplyImport() public static method

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