https://github.com/raandree/powershelluisampler
This project shows how to call PowerShell from .net, single and multi threaded. The multi threading is done with the parallel task library.
https://github.com/raandree/powershelluisampler
Last synced: 3 months ago
JSON representation
This project shows how to call PowerShell from .net, single and multi threaded. The multi threading is done with the parallel task library.
- Host: GitHub
- URL: https://github.com/raandree/powershelluisampler
- Owner: raandree
- License: mit
- Created: 2020-09-04T17:47:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T20:54:59.000Z (over 4 years ago)
- Last Synced: 2025-01-11T10:37:44.062Z (4 months ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShellUiSampler
This project shows how to call PowerShell from .net, single and multi threaded. The multi threading is done with the parallel task library.