File: System\Windows\Automation\Provider\IInvokeProvider.cs
Project: UIAutomationProvider.dll (UIAutomationProvider)
#region Assembly UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\UIAutomationProvider.dll
#endregion
 
using System.Runtime.InteropServices;
 
namespace System.Windows.Automation.Provider
{
    [ComVisible(true)]
    [Guid("54fcb24b-e18e-47a2-b4d3-eccbe77599a2")]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    public interface IInvokeProvider
    {
        void Invoke();
    }
}