ResultExtensions.ToPsObjects(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts object to the PS Objects.
public static System.Collections.Generic.IList<System.Management.Automation.PSObject> ToPsObjects (this object data);
static member ToPsObjects : obj -> System.Collections.Generic.IList<System.Management.Automation.PSObject>
<Extension()>
Public Function ToPsObjects (data As Object) As IList(Of PSObject)
Parameters
- data
- Object
The data.