Search notes:

System.Management.Automation.CommandInvocationIntrinsics (class)

System.Management.Automation.CommandInvocationIntrinsics provides functionality that cmdlets can use to build script blocks and execute scripts.

Properties and methods

CommandNotFoundAction The event handler (System.EventHandler<System.Management.Automation.CommandLookupEventArgs>) that is called when a command is not found.
ExpandString()
GetCmdlet()
GetCmdletByTypeName()
GetCmdlets()
GetCommand()
GetCommandName()
GetCommands()
HasErrors
InvokeScript()
LocationChangedAction
NewScriptBlock()
PreCommandLookupAction, PostCommandLookupAction An instance of System.EventHandler<System.Management.Automation.CommandLookupEventArgs>

See also

The property InvokeCommand of the type System.Management.Automation.EngineIntrinsics ($executionContext.invokeCommand)

Index