None |
---|
Name | Returns |
---|---|
PowerShellCommand(String command) | constructor |
addParameter(String paramName, Object value) | PowerShellCommand |
getCommand() | String |
getParams() | Properties |
Method | Returns |
---|---|
PowerShellCommand.addParameter(String paramName, Object value) | PowerShellCommand |
PowerShellSession.addCommandFromString(String command) | PowerShellCommand |
Method | Returns |
---|---|
PowerShellSession.addCommand(PowerShellCommand command) | void |