CmdletProvider.InvokeCommand Property

Definition

Gets the instance of the command invocation APIs for the current runspace.

public:
 property System::Management::Automation::CommandInvocationIntrinsics ^ InvokeCommand { System::Management::Automation::CommandInvocationIntrinsics ^ get(); };
public System.Management.Automation.CommandInvocationIntrinsics InvokeCommand { get; }
member this.InvokeCommand : System.Management.Automation.CommandInvocationIntrinsics
Public ReadOnly Property InvokeCommand As CommandInvocationIntrinsics

Property Value

Applies to