Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Cy Scott edited this page Apr 20, 2019 · 2 revisions

AppDomainAlternative has three main components for replicating AppDomain features:

  • Process and Domains - AppDomainAlternative has an abstraction layer for wrapping the process creation and management features to facilitate the replicated features of AppDomains.

  • Proxy Generation - AppDomainAlternative handles proxy generation to replicate the remoting features of AppDomains.

  • Serialization - Used for serializing data for replicating the remoting features of AppDomains.

Clone this wiki locally