-
Notifications
You must be signed in to change notification settings - Fork 6
Home
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.