C# (CSharp) AppDomainToolkit Namespace

Nested Namespaces

AppDomainToolkit.UnitTests

Classes

Name Description
AssemblyLoader This class will load assemblies into whatever application domain it's loaded into. It's just a simple convenience wrapper around the static Assembly.Load* methods, with the main benefit being the ability to load an assembly anonymously bitwise. When you load the assembly this way, there won't be any locking of the DLL file.
AssemblyTarget
DisposableAppDomain This is a thin wrapper around the .NET AppDomain class that enables safe disposal. Use these objects where you would normally grab an AppDomain object. Note that if the current application domain is passed to this class, a call to Dispose will do nothing. We will never unload the current application domain.