Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. System.AppDomain Namespace

System.AppDomain Namespace

Scheduled Pinned Locked Moved .NET (Core and Framework)
tutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DHARMA R
    wrote on last edited by
    #1

    Hello, Can anyone explain me the REAL TIME use of System.AppDomain namespace with an simple example ? Thanks ! DHARMA.R

    R 1 Reply Last reply
    0
    • D DHARMA R

      Hello, Can anyone explain me the REAL TIME use of System.AppDomain namespace with an simple example ? Thanks ! DHARMA.R

      R Offline
      R Offline
      Robert Rohde
      wrote on last edited by
      #2

      Assume you have a system with high need for security. Further assume that this system supports plugins. Now the plugins can be loaded in a different application domain with more restricted security settings (e.g. they are not allowed to use reflection, the newtork drives etc.). A good side effect is, that the assemblies containing the plugins can be unloaded (they are unloaded once the whole application domain gets destroyed).

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups