Update README.md

edit menu
This commit is contained in:
Alex Kup 2023-06-28 14:32:10 +03:00 committed by GitHub
parent 795ddeec13
commit d81bb25fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@
- [REST API](#REST-API)
- [IE](#IE)
- [Selenium](#Selenium)
- [COM Object](#COM-Object)
- [dotNET Object](#dotNET-Object)
- [COM](#COM)
- [dotNET](#dotNET)
- [Console API](#Console-API)
- [Socket](#Socket)
- [Excel](#Excel)
@ -2188,7 +2188,7 @@ $Button_Auth.Click()
$Result = $ie.Document.documentElement.innerHTML
$ie.Quit()
```
# COM Object
# COM
`$wshell = New-Object -ComObject Wscript.Shell` \
`$wshell | Get-Member` \
@ -2290,7 +2290,7 @@ $Explorer = $Folder.GetExplorer()
$Explorer.Display()
$Outlook.Quit()
```
# dotNET Object
# dotNET
`[System.Diagnostics.EventLog] | select Assembly,Module` \
`$EventLog = [System.Diagnostics.EventLog]::new("Application")` \