GOA - System.AppDomain

AppDomain Class


Represents an isolated environment where applications are executed. This class cannot be inherited.

Definition

public sealed class AppDomain: Object

Members Table

MethodDescription
AddMessageHandlerAdds a message handler to the application domain.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetAssemblies
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
IsChildOfDetermines whether this instance is the child of a specified AppDomain.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveMessageHandlerRemoves a message handler to the current application domain.
SendMessageSends a message.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
BackgroundRGBGets the background color of the application domain.
BuildDateGets the build date of the current application domain.
CurrentDomainGets the current application domain.
FriendlyNameGets the friendly name of this application domain.
IsCSAppDomainGets a value indicating whether the application domain is CS application.
IsRootDomainGets a value indicating whether the application domain is root domain.
ParametersGets the parameters of the application domain.
ParentDomainGets the parent domain of the application domain.
PreferredFrameRateGets the preferred frame rate of the application domain.
PreferredHeightGets the preferred height of the application domain.
PreferredWidthGets the preferred width of the application domain.
RootDomainGets the root domain of the application domain.
SourceUrlGets the Url source of the application domain.
VersionGets the version of the application domain.
EventDescription
DestroyedHandles the destruction of the current AppDomain instance.

Inheritance Hierarchy

Object
AppDomain

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.