About 50 results
Open links in new tab
  1. Control.Invoke 方法 (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. 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.

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

  4. Invoke-Sqlcmd (SqlServer) - SQL Server PowerShell | Microsoft Learn

    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 …

  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 response based to …

  6. Expression.Invoke Method (System.Linq.Expressions)

    public static System.Linq.Expressions.InvocationExpression Invoke(System.Linq.Expressions.Expression expression, …

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

  8. MethodBase.Invoke Method (System.Reflection) | Microsoft Learn

    If you use the Invoke method to invoke M on an object of type B, then reflection will use the implementation given by class B. Even if the object of type B is cast to A, the implementation given …

  9. Platform Invoke (P/Invoke) - .NET | Microsoft Learn

    May 10, 2024 · Learn how to declare, instantiate, and invoke delegates for scenarios that require dynamic method invocation, such as callback methods and custom sorting or filtering.

  10. 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 parameter will …