Skip to content

Commit 5b22a65

Browse files
authored
Add version property for DLL compatibility checks
Added version property to allow DLL version verification at runtime.
1 parent 95ef576 commit 5b22a65

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)