File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ Sets or gets the path where the WebView2 browser stores crash reports (dump file
216216- ** Example (Custom Path)** : ` object.FailureReportFolderPath = "C:\MyCustomCrashDumps" `
217217- ** Example (Read current)** : ` $sPath = object.FailureReportFolderPath `
218218
219+ ##### Version
220+ Allows AutoIt to verify the DLL version at runtime for compatibility checks.
221+ `object.version
222+
219223#### ===Method===
220224
221225##### Initialize
@@ -620,6 +624,11 @@ Fired when the browser requires basic authentication credentials for a URI.
620624
621625### JsonParser (ProgId: NetJson.Parser)
622626
627+ #### ===Properties===
628+ ##### Version
629+ Allows AutoIt to verify the DLL version at runtime for compatibility checks.
630+ `object.version
631+
623632#### ===Methods===
624633
625634##### Parse
You can’t perform that action at this time.
0 commit comments