Is it possible to create App Domain
| Yes it is possible to create app domain by calling on of the following overload static methods of the System.AppDomain class (1)Public static AppDomain CreateDomain(String friendlyName) (2)Public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo)(3)Public static AppDomain CreateDomain(String friendlyName, Evidence securityInfo, AppDomainSetup info) (4)Public static AppDomain CreateDomain(String friendlyName, Evidence secur |
|
| ityInfo, String appBasePath, String appRelativeSearchPath, bool shadowCopyFiles) | |
