↓ Skip to Main Content

Blackcat Software

Multiplatform Software, Hardware, Administration

Main Navigation

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

Tag: AppDomain

C# .NET AppDomains, How to check if Unloaded

By Dave Posted on 19-Oct-2013 Posted in .NET No Comments

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 »

Tagged with: .NET, AppDomain, C#, unloaded

C# .NET AppDomains

By Dave Posted on 19-Oct-2013 Posted in .NET No Comments

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 »

Tagged with: .NET, AppDomain, C#
© 2021 Blackcat Software | Powered by Responsive Theme

‹ › ×

    ‹ › ×