AppDomain Class
Represents an isolated environment where applications are executed. This class cannot be inherited.
Definition
| public sealed class AppDomain: Object |
Members Table
The following table lists the members exposed by the AppDomain object. Click a tab on the left to choose the type of member you want to view.
Methods
Properties
| Property | Description |
|---|
| BackgroundRGB | Gets the background color of the application domain. |
| BuildDate | Gets the build date of the current application domain. |
| CurrentDomain | Gets the current application domain. |
| FriendlyName | Gets the friendly name of this application domain. |
| IsCSAppDomain | Gets a value indicating whether the application domain is CS application. |
| IsRootDomain | Gets a value indicating whether the application domain is root domain. |
| Parameters | Gets the parameters of the application domain. |
| ParentDomain | Gets the parent domain of the application domain. |
| PreferredFrameRate | Gets the preferred frame rate of the application domain. |
| PreferredHeight | Gets the preferred height of the application domain. |
| PreferredWidth | Gets the preferred width of the application domain. |
| RootDomain | Gets the root domain of the application domain. |
| SourceUrl | Gets the Url source of the application domain. |
| Version | Gets the version of the application domain. |
Events
| Event | Description |
|---|
| Destroyed | Handles the destruction of the current AppDomain instance. |
Inheritance Hierarchy
ObjectAppDomain
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|