BinariesExtractionOptions Constructor  | 
  
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxpublic BinariesExtractionOptions(
	bool checkLastModificationDate = false,
	string additionalBinariesSearchPath = null
)
Parameters
- checkLastModificationDate (Optional)
 - Type: SystemBoolean
                Specifies whether it is necessary to check the last modification date during
                binaries verification.
             - additionalBinariesSearchPath (Optional)
 - Type: SystemString
                The additional custom path to search for an assembly containing compatible
                Chromium binaries.
             
See Also