예제 #1
0
 public ApplicationContext(System.Deployment.Internal.Isolation.DefinitionAppId appid)
 {
     if (appid == null)
     {
         throw new ArgumentNullException();
     }
     this._appcontext = System.Deployment.Internal.Isolation.IsolationInterop.CreateActContext(appid._id);
 }
 public ApplicationContext(System.Deployment.Internal.Isolation.DefinitionAppId appid)
 {
     if (appid == null)
     {
         throw new ArgumentNullException();
     }
     this._appcontext = System.Deployment.Internal.Isolation.IsolationInterop.CreateActContext(appid._id);
 }
예제 #3
0
 internal ApplicationContext(System.Deployment.Internal.Isolation.IActContext a)
 {
     if (a == null)
     {
         throw new ArgumentNullException();
     }
     this._appcontext = a;
 }
 internal ApplicationContext(System.Deployment.Internal.Isolation.IActContext a)
 {
     if (a == null)
     {
         throw new ArgumentNullException();
     }
     this._appcontext = a;
 }