Skip to content

Bobreshovr/PowerShellAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShellAsync

Extentions for PowerShell for use C# syntax async/await

Use like nuget:

Install-Package PowerShellAsync

Use in System.Management.Automation.dll syntax async/await

var ps = PowerShell.Create();
ps.AddScript("ls");
var result = await ps.InvokeAsync<PSObject>();

About

Extentions for PowerShell for use Task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages