ScriptInfo
Class
Definition
The command information for MSH scripts that are directly executable by MSH
public class ScriptInfo : System.Management.Automation.CommandInfo
- Inheritance
Inherited Members
System.Management.Automation.CommandInfo
Properties
| Definition |
Gets the definition of the ScriptBlock for the script. This is the ToString() of the ScriptBlock. |
| OutputType |
The output type(s) is specified in the script block |
| ScriptBlock |
Gets the ScriptBlock that represents the implementation of the script. |
Methods
| ToString() |
for diagnostic purposes |