Click or drag to resize

PowerShell Class

A static class, containing some helper properties and methods, for dealing with the PowerShell.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchPowerShell

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class PowerShell

The PowerShell type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberExecutable
An absolute path to the PowerShell executable.
Top
Methods
  NameDescription
Public methodStatic memberCode exampleFormatStringList
Formats the given strings as a string array in PowerShell syntax.
Top
See Also