You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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.