AppDomainSetup Members
.NET Framework 3.5
Represents assembly binding information that can be added to an instance of AppDomain.
The AppDomainSetup type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppDomainSetup | Overloaded. Initializes a new instance of the AppDomainSetup class. |
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetConfigurationBytes | Gets the XML configuration information set by the SetConfigurationBytes method, which overrides the application's XML configuration information. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetConfigurationBytes | Provides XML configuration information for the application domain, overriding the application's XML configuration information. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ActivationArguments | Gets or sets data about the activation of an application domain. |
|
AppDomainInitializer | Gets or sets the AppDomainInitializer delegate, which represents a callback method that is invoked when the application domain is initialized. |
|
AppDomainInitializerArguments | Gets or sets the arguments passed to the callback method represented by the AppDomainInitializer delegate. The callback method is invoked when the application domain is initialized. |
|
ApplicationBase | Gets or sets the name of the directory containing the application. |
|
ApplicationName | Gets or sets the name of the application. |
|
ApplicationTrust | Gets or sets an object containing security and trust information. |
|
CachePath | Gets or sets the name of an area specific to the application where files are shadow copied. |
|
ConfigurationFile | Gets or sets the name of the configuration file for an application domain. |
|
DisallowApplicationBaseProbing | Specifies whether the application base path and private binary path are probed when searching for assemblies to load. |
|
DisallowBindingRedirects | Gets or sets a value indicating if an application domain allows assembly binding redirection. |
|
DisallowCodeDownload | Gets or sets a value indicating whether HTTP download of assemblies is allowed for an application domain. |
|
DisallowPublisherPolicy | Gets or sets a value indicating whether the publisher policy section of the configuration file is applied to an application domain. |
|
DynamicBase | Gets or sets the base directory where the directory for dynamically generated files is located. |
|
LicenseFile | Gets or sets the location of the license file associated with this domain. |
|
LoaderOptimization | Specifies the optimization policy used to load an executable. |
|
PrivateBinPath | Gets or sets the list of directories under the application base directory that are probed for private assemblies. |
|
PrivateBinPathProbe | Gets or sets a string value that includes or excludes ApplicationBase from the search path for the application, and searches only PrivateBinPath. |
|
SandboxInterop | Gets or sets a value that indicates whether interface caching is disabled for interop calls in the application domain, so that a QueryInterface is performed on each call. |
|
ShadowCopyDirectories | Gets or sets the names of the directories containing assemblies to be shadow copied. |
|
ShadowCopyFiles | Gets or sets a string that indicates whether shadow copying is turned on or off. |