The NGWS runtime allows multiple applications to run in a single process. Application domains are used to isolate the applications from one another. The AppDomain class provides methods that let NGWS runtime hosts perform the following tasks:
Object
MarshalByRefObject
AppDomain
[Visual Basic] NotInheritable Public Class AppDomain Inherits MarshalByRefObject Implements IEvidenceFactory [C#] public sealed class AppDomain : MarshalByRefObject, IEvidenceFactory [C++] public __gc __sealed class AppDomain : public MarshalByRefObject, IEvidenceFactory [JScript] public class AppDomain extends MarshalByRefObject, IEvidenceFactory
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll