C# Class Mono.TextTemplating.TemplatingAppDomainRecycler.RecyclableAppDomain

Mostrar archivo Open project: freethenation/Mono.TextTemplating

Public Methods

Method Description
AddAssembly ( System assembly ) : void
GetHandle ( ) : Handle
RecyclableAppDomain ( string name ) : System
ReleaseHandle ( ) : void

Private Methods

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

Method Details

AddAssembly() public method

public AddAssembly ( System assembly ) : void
assembly System
return void

GetHandle() public method

public GetHandle ( ) : Handle
return Handle

RecyclableAppDomain() public method

public RecyclableAppDomain ( string name ) : System
name string
return System

ReleaseHandle() public method

public ReleaseHandle ( ) : void
return void