Example #1
0
		public FileInfo(FileInfo rhs)
		{
			this.nameValue = rhs.nameValue;
			this.sizeValue = rhs.sizeValue;
			this.sizeLValue = rhs.sizeLValue;
			this.directoryValue = rhs.directoryValue;
			this.readonlyValue = rhs.readonlyValue;
			this.lastModifiedValue = rhs.lastModifiedValue;
			this.iconValue = rhs.iconValue;
		}		
Example #2
0
		public WatchFolderNotifyInfo(FileInfo @fileInfo, EWatchFolderNotifyKind @kind) {
			this.fileInfoValue = @fileInfo;
			this.kindValue = @kind;
		}