IPowershellCommandRunner.Invoke 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.
Invokes this instance.
public System.Collections.ObjectModel.Collection<System.Management.Automation.PSObject> Invoke ();
abstract member Invoke : unit -> System.Collections.ObjectModel.Collection<System.Management.Automation.PSObject>
Public Function Invoke () As Collection(Of PSObject)
Returns
Collection<PSObject>.