Exemplo n.º 1
0
 internal FileMonitor(System.Web.DirectoryMonitor dirMon, string fileNameLong, string fileNameShort, bool exists, FileAttributesData fad, byte[] dacl)
 {
     this.DirectoryMonitor = dirMon;
     this._fileNameLong    = fileNameLong;
     this._fileNameShort   = fileNameShort;
     this._exists          = exists;
     this._fad             = fad;
     this._dacl            = dacl;
     this._targets         = new HybridDictionary();
     this.Aliases          = new HybridDictionary(true);
 }
 internal FileMonitor(System.Web.DirectoryMonitor dirMon, string fileNameLong, string fileNameShort, bool exists, FileAttributesData fad, byte[] dacl)
 {
     this.DirectoryMonitor = dirMon;
     this._fileNameLong = fileNameLong;
     this._fileNameShort = fileNameShort;
     this._exists = exists;
     this._fad = fad;
     this._dacl = dacl;
     this._targets = new HybridDictionary();
     this.Aliases = new HybridDictionary(true);
 }