Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
25 packages returned for Tags:"AppDomain"
Sort by
Relevance
Downloads
Recently updated
AppDomainToolkit
by:
jduv
592,607 total downloads
last updated
12/16/2014
Latest version:
1.0.4.3
AppDomain
Utilities
Anyone whose ever had to deal with loading Assemblies using standard .NET reflection facilities understands that it's not straightforward. Which context should I load into? How do I know that my Assembly is...
More information
System.
AppDomain
by:
shmuelie
543,238 total downloads
last updated
6/14/2016
Latest version:
2.0.9
AppDomain
.NET
Core
Exposes the hidden System.AppDomain in .NET Core. Required supporting classes are also exposed.
DevLib.
AddIn
by:
nbxx
139,134 total downloads
last updated
9/18/2017
Latest version:
2.17.8
AddIn
AppDomain
https://devlib.codeplex.com/ load and run objects in isolated process DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a...
More information
NUnit.
ApplicationDomain
by:
zastrowm
159,567 total downloads
last updated
5/22/2021
Latest version:
12.0.0
nunit
appdomain
Run NUnit tests in a separate application domain.
OBeautifulCode.
Reflection.
Recipes.
AppDomainHelper
by:
obeautifulcode
61,638 total downloads
last updated
5/12/2021
Latest version:
1.0.111
reflection
appdomain
app
domain
Provides useful methods for manipulating App Domains.
netfx-
System.
AppDomainData
by:
kzu
43,065 total downloads
last updated
12/22/2011
Latest version:
1.1.0.3
netfx
AppDomain
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose. Usage: AppDomain.CurrentDomain.SetData<Foo>(foo); var saved =...
More information
ServerHost
by:
jthelin
30,343 total downloads
last updated
9/19/2020
Latest version:
1.1.19
DotNet
Server
Host
Testing
AppDomain
ServerHost - A .NET Server Hosting utility library, including in-process server host testing.
PCLExt.
AppDomain
by:
Aragas
PCLExt
25,361 total downloads
last updated
6/3/2017
Latest version:
1.0.13
assembly
appdomain
portable
pcl
android
mac
ios
xamarin
monoandroid
monotouch
PCL Extension provides an Assembly and AppDomain extension for .NET, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps.
System.
AppDomain.
NetCoreApp
by:
sheyenrath
19,904 total downloads
last updated
1/6/2018
Latest version:
1.1.2
system
appdomain
netcoreapp
core
assembly
assemblies
Mimic call to AppDomain.CurrentDomain.GetAssemblies()
ProxyContext
by:
matthewschrager
5,918 total downloads
last updated
11/13/2012
Latest version:
1.0.0.3
Proxy
AppDomain
Utility class for managing AppDomain contexts.
netfx-
System.
AppDomainData.
Tests.
xUnit
by:
kzu
4,009 total downloads
last updated
12/22/2011
Latest version:
1.1.0.3
netfx
AppDomain
xUnit Tests for netfx-System.AppDomainData.Tests
cadwiki.
CadDevTools
by:
cadwiki.net
6,764 total downloads
last updated
7/22/2023
Latest version:
1.1.7.610
cadwiki
dllreload
reload
assembly
autocad
appdomain
Dev toolset
netfx-
System.
AppDomainData.
Tests
by:
kzu
2,383 total downloads
last updated
7/11/2011
Latest version:
1.1.0.1
netfx
AppDomain
Tests for netfx-System.AppDomainData.Tests
TaskRemoting
by:
lost
4,009 total downloads
last updated
8/9/2015
Latest version:
0.1.1
Task
await
remoting
AppDomain
Wraps cross-domain asynchronous method calls, returing System.Threading.Tasks.Task. Sample usage: using TaskRemoting; remoteDomain.Invoke(myObj.MyMethod, myArg);
ProcessDomain
by:
eternal0
3,267 total downloads
last updated
5/23/2021
Latest version:
1.10.0
AppDomain
ProcessDomain
Sandbox
ProcessDomain implements a remoting solution for creating out-of-process AppDomains. It's written in C# and the assemblies will work with .NET Framework 2.0.
cadwiki.
DllReloader
by:
cadwiki.net
6,569 total downloads
last updated
7/22/2023
Latest version:
1.1.7.610
cadwiki
dllreload
reload
assembly
autocad
appdomain
Reloads dlls into Autodesk application's current AppDomain
ChildProcesses
by:
Crawler-Lib
tmaierhofer
20,043 total downloads
last updated
4/9/2015
Latest version:
1.2.5577.529
childprocess
ipc
start
cmd
commandline
process
spawn
exec
child
parent
More tags
ChildProcesses is a child process management library for the .NET Framework. It allows to create child processes, and provides bidirectional extendable interprocess communication based on WCF and...
More information
0Zero.
SandBox
by:
PristineSource
7,045 total downloads
last updated
9/14/2015
Latest version:
1.1.1
sandbox
dynamic
source
code
c#
permsissions
trusted
untrusted
appdomain
string
Run C# code from a string in either trusted or untrusted modes.
SharpTemplate
by:
kendar.org
4,836 total downloads
last updated
11/21/2014
Latest version:
1.0.1
C#
Compile
Runtime
CSharpCodeProvider
Cshtml
AppDomain
If it would be needed to generate files in runtime, these classes can be used in conjunction with the compilation utilities to compile the templates. The target is to have a system like the one used by ASP.NET...
More information
ChildProcesses.
VisualStudioDebug
by:
Crawler-Lib
16,417 total downloads
last updated
4/9/2015
Latest version:
1.2.5577.529
childprocess
debugger
DTE
start
commandline
cmd
process
ipc
spawn
exec
More tags
Visual Studio Debug Helper for ChildProcesses attaches the Visual Studio debugger automatically to any started child process with the ChildProcesses library.
Previous
Next