
Control.Invoke Method (System.Windows.Forms) | Microsoft Learn
The Invoke method searches up the control's parent chain until it finds a control or form that has a window handle if the current control's underlying window handle does not exist yet. If no appropriate …
Invoke-WebRequest (Microsoft.PowerShell.Utility) - PowerShell
The Invoke-WebRequest cmdlet sends HTTP and HTTPS requests to a web page or web service. It parses the response and returns collections of links, images, and other significant HTML elements. …
Invoke-RestMethod (Microsoft.PowerShell.Utility) - PowerShell
The Invoke-RestMethod cmdlet sends HTTP and HTTPS requests to Representational State Transfer (REST) web services that return richly structured data. PowerShell formats the response based to …
Invoke-Command (Microsoft.PowerShell.Core) - PowerShell
The Invoke-Command cmdlet runs commands on a local or remote computer and returns all output from the commands, including errors. Using a single Invoke-Command command, you can run commands …
Invoke-Sqlcmd (SqlServer) - SQL Server PowerShell
The Invoke-Sqlcmd cmdlet runs a script containing the languages and commands supported by the SQL Server SQLCMD utility. The commands supported are Transact-SQL statements and the subset of …
Invoke-MgGraphRequest (Microsoft.Graph.Authentication)
Invoke-MgGraphRequest issues REST API requests to the Graph API. It works for any Graph API if you know the REST URI, method, and optional body parameter. This command is especially useful for …
MethodBase.Invoke Method (System.Reflection) | Microsoft Learn
Invokes the method or constructor reflected by this MethodInfo instance.
Marshalling Data with Platform Invoke - .NET Framework
Mar 11, 2026 · Marshal data with platform invoke in .NET. See a list of data types used in Windows APIs and C-style functions, and find their .NET managed type equivalents.
Invoke pipeline activity - Microsoft Fabric | Microsoft Learn
Apr 7, 2026 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.
Platform Invoke (P/Invoke) - .NET | Microsoft Learn
May 10, 2024 · P/Invoke is a technology that allows you to access structs, callbacks, and functions in unmanaged libraries from your managed code. Most of the P/Invoke API is contained in two …