AppDomainSetup Properties
Assembly: mscorlib (in mscorlib.dll)
| 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. |
![]() | AppDomainManagerAssembly | Gets or sets the display name of the assembly that provides the type of the application domain manager for application domains created using this AppDomainSetup object. |
![]() | AppDomainManagerType | Gets or sets the full name of the type that provides the application domain manager for application domains created using this AppDomainSetup object. |
![]() | 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 that indicates whether an application domain allows assembly binding redirection. |
![]() | DisallowCodeDownload | Gets or sets a value that indicates whether HTTP download of assemblies is allowed for an application domain. |
![]() | DisallowPublisherPolicy | Gets or sets a value that indicates whether the <publisherPolicy> 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. |
![]() | PartialTrustVisibleAssemblies | Gets or sets a list of assemblies marked with the NotVisibleByDefault flag that are made visible to partial-trust code running in a sandboxed application domain. |
![]() | 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. |
![]() | TargetFrameworkName | Gets or sets a string that specifies the target version and profile of the .NET Framework for the application domain, in a format that can be parsed by the FrameworkName::FrameworkName(String^) constructor. |
