About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. Control.Invoke Method (System.Windows.Forms) | Microsoft Learn

    For all other method calls, you should use one of the invoke methods to marshal the call to the control's thread. The delegate can be an instance of EventHandler, in which case the sender …

  4. Invoke a function using Power Platform - Power Apps

    Feb 26, 2025 · Learn how to invoke a function from an app, flow, code, or from another function in Power Apps.

  5. 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 …

  6. 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 …

  7. Avoid using Invoke-Expression - PowerShell | Microsoft Learn

    Nov 17, 2022 · When a string from an untrusted source such as user input is passed directly to Invoke-Expression, arbitrary commands can be executed. Always consider a different, more …

  8. Invoke Control Pattern - Win32 apps | Microsoft Learn

    Jul 14, 2025 · When implementing the Invoke control pattern, note the following guidelines and conventions: Controls implement IInvokeProvider if the same behavior is not exposed through …

  9. Invoke-AzVMRunCommand (Az.Compute) | Microsoft Learn

    The script block way allows you to execute multiple cmdlets with parameters in a single invoke and it also saves time on invoking multiple run commands for different cmdlets.

  10. PowerShell.Invoke Method (System.Management.Automation)

    Invoke (IEnumerable, PSInvocationSettings) Invoke the Command synchronously and return the output PSObject collection.