AppDomain Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
AppDomain Class
AppDomain Properties
ActivationContext Property
ApplicationIdentity Property
ApplicationTrust Property
BaseDirectory Property
CurrentDomain Property
DomainManager Property
DynamicDirectory Property
Evidence Property
FriendlyName Property
Id Property
RelativeSearchPath Property
SetupInformation Property
ShadowCopyFiles Property
AppDomain Class
AppDomain Members
AppDomain Methods
AppDomain Properties
AppDomain Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
AppDomain Properties
The
AppDomain
type exposes the following members.
Properties
Name
Description
ActivationContext
Gets the activation context for the current application domain.
ApplicationIdentity
Gets the identity of the application in the application domain.
ApplicationTrust
Gets information describing permissions granted to an application and whether the application has a trust level that allows it to run.
BaseDirectory
Gets the base directory that the assembly resolver uses to probe for assemblies.
CurrentDomain
Gets the current application domain for the current
Thread
.
DomainManager
Gets the domain manager that was provided by the host when the application domain was initialized.
DynamicDirectory
Gets the directory that the assembly resolver uses to probe for dynamically-created assemblies.
Evidence
Gets the
Evidence
associated with this application domain that is used as input to the security policy.
FriendlyName
Gets the friendly name of this application domain.
Id
Gets an integer that uniquely identifies the application domain within the process.
RelativeSearchPath
Gets the path under the base directory where the assembly resolver should probe for private assemblies.
SetupInformation
Gets the application domain configuration information for this instance.
ShadowCopyFiles
Gets an indication whether the application domain is configured to shadow copy files.
Top
See Also
Reference
AppDomain Class
System Namespace
Tags :