System.Deployment.Internal.Isolation.Store.AssemblyPathLock.AssemblyPathLock C# (CSharp) Méthode

AssemblyPathLock() public méthode

public AssemblyPathLock ( IStore s, IntPtr c, string path ) : System
s IStore
c System.IntPtr
path string
Résultat System
            public AssemblyPathLock(IStore s, IntPtr c, string path)
            {
                this._pSourceStore = s;
                this._pLockCookie = c;
                this._path = path;
            }