コード例 #1
0
 public ApplicationContext(ReferenceAppId appid)
 {
     if (appid == null)
     {
         throw new ArgumentNullException();
     }
     this._appcontext = IsolationInterop.CreateActContext(appid._id);
 }
コード例 #2
0
 public ApplicationContext(ReferenceAppId appid)
 {
     if (appid == null)
         throw new ArgumentNullException();
     _appcontext = IsolationInterop.CreateActContext(appid._id);
 }