Name

AppDomainSetup

Synopsis

This class allows you to configure some settings for an application domain before creating an AppDomain object. Create an instance of this class, set its properties, and pass it to the appropriate AppDomain factory method.

Public NotInheritable Class AppDomainSetup : Implements IAppDomainSetup
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property ApplicationBase As String Implements IAppDomainSetup.ApplicationBase 
   Public Property ApplicationName As String Implements IAppDomainSetup.ApplicationName 
   Public Property CachePath As String Implements IAppDomainSetup.CachePath 
   Public Property ConfigurationFile As String Implements IAppDomainSetup.ConfigurationFile 
   Public Property DisallowPublisherPolicy As Boolean  
   Public Property DynamicBase As String Implements IAppDomainSetup.DynamicBase 
   Public Property LicenseFile As String Implements IAppDomainSetup.LicenseFile 
   Public Property LoaderOptimization As LoaderOptimization  
   Public Property PrivateBinPath As String Implements IAppDomainSetup.PrivateBinPath 
   Public Property PrivateBinPathProbe As String Implements IAppDomainSetup.PrivateBinPathProbe 
   Public Property ShadowCopyDirectories As String Implements IAppDomainSetup.ShadowCopyDirectories 
   Public Property ShadowCopyFiles As String Implements IAppDomainSetup.ShadowCopyFiles 
End Class

Returned By

AppDomain.SetupInformation

Passed To

AppDomain.CreateDomain()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.