System.Deployment.Internal.Isolation.Store.ApplicationPathLock.ApplicationPathLock C# (CSharp) 메소드

ApplicationPathLock() 공개 메소드

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