コード例 #1
0
 public void CopyTo(IAppDomainSetup other)
 {
     other.ApplicationBase = this.ApplicationBase;
     other.ApplicationName = this.ApplicationName;
     other.CachePath = this.CachePath;
     other.ConfigurationFile = this.ConfigurationFile;
     other.DynamicBase = this.DynamicBase;
     other.LicenseFile = this.LicenseFile;
     other.PrivateBinPath = this.PrivateBinPath;
     other.PrivateBinPathProbe = ((IAppDomainSetup)this).PrivateBinPathProbe;
     other.ShadowCopyDirectories = this.ShadowCopyDirectories;
     other.ShadowCopyFiles = this.ShadowCopyFiles;
 }
コード例 #2
0
 public void Configuration(IAppDomainSetup app)
 {
     // For more information on how to configure your application, visit http://go.microsoft.com/fwlink/?LinkID=316888
 }