About 580,000 results
Open links in new tab
  1. Control.Invoke Method (System.Windows.Forms) | Microsoft Learn

    The following example demonstrates the 'Invoke(Delegate)' method of 'Control class. A 'ListBox' and a 'Button' control are added to a form, containing a delegate

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

  3. Control.BeginInvoke Method (System.Windows.Forms)

    In addition to the InvokeRequired property, there are four methods on a control that are thread safe: Invoke, BeginInvoke, EndInvoke, and CreateGraphics if the handle for the control has …

  4. 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.

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

  6. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

    3 days ago · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.

  7. Dispatcher.Invoke Method (System.Windows.Threading)

    Invoke (Action, DispatcherPriority, CancellationToken, TimeSpan) Executes the specified Action synchronously at the specified priority on the thread the Dispatcher is associated with.

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

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

    Nov 17, 2022 · This article explains why Invoke-Expression should only be used as a last resort.

  10. Marshalling Data with Platform Invoke - .NET Framework

    Oct 4, 2022 · 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.