Method | Description | |
---|---|---|
Deserialize ( string json ) : System.Management.Automation.PSObject | ||
Serialize ( object inputObject ) : string |
Method | Description | |
---|---|---|
InvokeScript ( string scriptName, |
Invokes a powershell script using the same runspace as the caller.
|
public static Deserialize ( string json ) : System.Management.Automation.PSObject | ||
json | string | |
return | System.Management.Automation.PSObject |
public static Serialize ( object inputObject ) : string | ||
inputObject | object | |
return | string |