Exemplo n.º 1
0
        private List <FuserEventHandler> FuserEvents; // to prevent garbage collector

        public FuserDevice(IFuserFilesystemDevice fsDevice, string Volumelabel, string Filesystem, uint Serialnumber)
        {
            this.fsDevice         = fsDevice;
            this.UsedMountPoint   = "";
            this.heartbeat        = null;
            this.hManager         = new FuserHandlerManager();
            this.FuserEventLoader = null;
            this.FuserEvents      = null;

            this.volumelabel  = Volumelabel;
            this.filesystem   = Filesystem;
            this.serialnumber = Serialnumber;
        }
 public DebugAndLogProxyFS(IFuserFilesystemDevice sourceSystem)
 {
     this.sourceSystem = sourceSystem;
 }
 public DebugSynLock(IFuserFilesystemDevice sourceSystem)
 {
     this.sourceSystem = sourceSystem;
 }