| SimpleExecutionHostPreparePowerShellScriptExecution Method |
Checks whether a PowerShell script shall be executed.
And if that is the case, adjusts the executable and argument strings.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax protected static void PreparePowerShellScriptExecution(
ref string exe,
ref string args
)
Protected Shared Sub PreparePowerShellScriptExecution (
ByRef exe As String,
ByRef args As String
)
Parameters
- exe
- Type: SystemString
The program to execute. - args
- Type: SystemString
The argument string to pass.
See Also