C# Class Mono.TextTemplating.TemplatingAppDomainRecycler.RecyclableAppDomain

Afficher le fichier Open project: freethenation/Mono.TextTemplating

Méthodes publiques

Méthode Description
AddAssembly ( System assembly ) : void
GetHandle ( ) : Handle
RecyclableAppDomain ( string name ) : System
ReleaseHandle ( ) : void

Private Methods

Méthode Description
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : System.Reflection.Assembly
UnloadDomain ( ) : void

Method Details

AddAssembly() public méthode

public AddAssembly ( System assembly ) : void
assembly System
Résultat void

GetHandle() public méthode

public GetHandle ( ) : Handle
Résultat Handle

RecyclableAppDomain() public méthode

public RecyclableAppDomain ( string name ) : System
name string
Résultat System

ReleaseHandle() public méthode

public ReleaseHandle ( ) : void
Résultat void