Share via


WmiActivity.GetWmiCommandCore(NativeActivityContext, String) Method

Definition

Sets to execute the command that was passed in.

protected:
 System::Management::Automation::PowerShell ^ GetWmiCommandCore(System::Activities::NativeActivityContext ^ context, System::String ^ name);
protected System.Management.Automation.PowerShell GetWmiCommandCore (System.Activities.NativeActivityContext context, string name);
member this.GetWmiCommandCore : System.Activities.NativeActivityContext * string -> System.Management.Automation.PowerShell
Protected Function GetWmiCommandCore (context As NativeActivityContext, name As String) As PowerShell

Parameters

name
String

Returns

Applies to