asp.net.ph

AppDomainSetup Class

System Namespace


Represents assembly binding information that can be added to an instance of AppDomain.

AppDomainSetup Class Members

Collapse   Constructors

Visibility Constructor Parameters
public AppDomainSetup ( )
public AppDomainSetup ( ActivationContext activationContext )
public AppDomainSetup ( ActivationArguments activationArguments )

Collapse   Properties

Visibility Name Value Type Accessibility
public ActivationArguments ActivationArguments [ Get , Set ]
public AppDomainInitializer AppDomainInitializer [ Get , Set ]
public AppDomainInitializerArguments String [ Get , Set ]
public AppDomainManagerAssembly String [ Get , Set ]
public AppDomainManagerType String [ Get , Set ]
public ApplicationBase String [ Get , Set ]
public ApplicationName String [ Get , Set ]
public ApplicationTrust ApplicationTrust [ Get , Set ]
public CachePath String [ Get , Set ]
public ConfigurationFile String [ Get , Set ]
public DisallowApplicationBaseProbing Boolean [ Get , Set ]
public DisallowBindingRedirects Boolean [ Get , Set ]
public DisallowCodeDownload Boolean [ Get , Set ]
public DisallowPublisherPolicy Boolean [ Get , Set ]
public DynamicBase String [ Get , Set ]
public LicenseFile String [ Get , Set ]
public LoaderOptimization LoaderOptimization [ Get , Set ]
public PartialTrustVisibleAssemblies String [ Get , Set ]
public PrivateBinPath String [ Get , Set ]
public PrivateBinPathProbe String [ Get , Set ]
public SandboxInterop Boolean [ Get , Set ]
public ShadowCopyDirectories String [ Get , Set ]
public ShadowCopyFiles String [ Get , Set ]
public TargetFrameworkName String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetConfigurationBytes ( ) Byte
public SetCompatibilitySwitches ( IEnumerable`1 switches ) Void
public SetConfigurationBytes ( Byte value ) Void
public SetNativeFunction ( String functionName , Int32 functionVersion , IntPtr functionPointer ) Void

Remarks

Members of this class are used with the AppDomain.GetData and AppDomain.SetData methods to identify the System.AppDomain data to use.

This class implements the IAppDomainSetup interface.

Skip Navigation Links

Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note