C# Class Drey.Nut.ProxyBase

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode 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 méthode

public ProxyBase ( ) : System
Résultat System

ResolveAssemblyInDomain() public méthode

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.
Résultat System.Reflection.Assembly