Aracılığıyla paylaş


ResultExtensions.ToPsObjects(Object) Method

Definition

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.

Returns

Applies to