PSCmdlet.InvokeCommand Property

Definition

Provides access to utility routines for executing scripts and creating script blocks.

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

Returns an object exposing the utility routines.

Applies to