AppDomain Properties
.NET Framework 3.0
| 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. |
Community Additions
ADD
Show: