Click or drag to resize
Galactic API

IPowerShellScript Interface

An interface for classes that implement PowerShell scripting functionality.

Namespace:  Galactic.PowerShell
Assembly:  Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public interface IPowerShellScript

The IPowerShellScript type exposes the following members.

Properties
  NameDescription
Public propertyResults
The results of the Powershell Script call.
Public propertyRunspacePool
A specific Runspace pool used to invoke pipelines for this PowerShell Script. (Optional)
Top
Methods
  NameDescription
Public methodRunAsynchronously
Runs a PowerShell script/command asynchronously.
Public methodRunSynchronously
Runs a PowerShell command/script synchronously.
Public methodVerifyResultProperty
Verifies that one of the results returned contains a property that matches the supplied value.
Top
See Also