public SearchHandler(string startOffset, string endOffset, MultiConsoleAPI PS3, byte[] startBytes, byte[] endBytes, string searchStartValue, string searchEndValue, int searchMode) { this.startOffset = startOffset; this.endOffset = endOffset; this.PS3 = PS3; this.startBytes = startBytes; this.endBytes = endBytes; this.searchMode = searchMode; this.searchStartValue = searchStartValue; this.searchEndValue = searchEndValue; }