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

ApplicationPathLock() public méthode

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