↓ Skip to Main Content
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.

To find out more, including how to control cookies, see here: Cookie Policy
Blackcat Software Multiplatform Software, Hardware, Administration

Main Navigation

  • Home
  • What We Offer
  • Products We Support
  • Contact Us
Blackcat Software Multiplatform Software, Hardware, Administration

Off Canvas Menu

  • Home
  • What We Offer
  • Products We Support
  • Contact Us

Tag: AppDomain

Home › Posts tagged AppDomain
.NET

C# .NET AppDomains, How to check if Unloaded

Dave Oct 19, 2013 Tagged with .NET, AppDomain, C#, unloaded

This hack is a quick and easy way to determine if a specific domain is loaded or unloaded. namespace AppDomains { class Program { static void Main(string[] args) { string domainName = “MY DOMAIN NAME”; MySerializedData serialData = new MySerializedData(); …

C# .NET AppDomains, How to check if Unloaded Read more →

.NET

C# .NET AppDomains

Dave Oct 19, 2013 Tagged with .NET, AppDomain, C#

Create a single instance of an application domain. /* Dirt simple usage: * 1. AppDomain.Create * 2. AppDomain.SetData * 3. AppDomain.DoCallBack * 4. AppDomain.Unload */ namespace AppDomains { class Program { static void Main(string[] args) { MySerializedData serialData = new …

C# .NET AppDomains Read more →

Copyright © 2026 Blackcat Software | Powered by Responsive Theme
Copyright © 2026 Blackcat Software | Powered by Responsive Theme