NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomain Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

AppDomain Members | System Namespace