C# Class Drey.Nut.ProxyBase

Inheritance: System.MarshalByRefObject
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
ProxyBase ( ) : System
ResolveAssemblyInDomain ( object sender, ResolveEventArgs args ) : Assembly

Resolves the assembly within the child domain, so we can support assembly unloading.

Method Details

ProxyBase() public method

public ProxyBase ( ) : System
return System

ResolveAssemblyInDomain() public method

Resolves the assembly within the child domain, so we can support assembly unloading.
public ResolveAssemblyInDomain ( object sender, ResolveEventArgs args ) : Assembly
sender object The sender.
args System.ResolveEventArgs The instance containing the event data.
return System.Reflection.Assembly