コード例 #1
0
 public Store(System.Deployment.Internal.Isolation.IStore pStore)
 {
     if (pStore == null)
     {
         throw new ArgumentNullException("pStore");
     }
     this._pStore = pStore;
 }
コード例 #2
0
 public Store(System.Deployment.Internal.Isolation.IStore pStore)
 {
     if (pStore == null)
     {
         throw new ArgumentNullException("pStore");
     }
     this._pStore = pStore;
 }
コード例 #3
0
 public AssemblyPathLock(System.Deployment.Internal.Isolation.IStore s, IntPtr c, string path)
 {
     this._pSourceStore = s;
     this._pLockCookie  = c;
     this._path         = path;
 }
コード例 #4
0
 public AssemblyPathLock(System.Deployment.Internal.Isolation.IStore s, IntPtr c, string path)
 {
     this._pSourceStore = s;
     this._pLockCookie = c;
     this._path = path;
 }