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