gpt4 book ai didi

c# - System.Windows.Threading.Dispatcher.Invoke(System.Delegate, System.Object[]) 何时添加?

转载 作者:行者123 更新时间:2023-12-02 19:43:03 25 4
gpt4 key购买 nike

一些使用我的应用程序的人似乎变得越来越

System.MissingMethodException: Method not found: 'System.Object System.Windows.Threading.Dispatcher.Invoke    (System.Delegate, System.Object[])'

有谁知道这个重载是在哪个版本的框架中添加的,使用安全吗?(它没有标记为已弃用)。

最佳答案

以下方法已在 3.5 SP1 中添加到 Dispatcher 类中

BeginInvoke(Delegate, array[]()[]), BeginInvoke(Delegate, DispatcherPriority, array[]()[]), Invoke(Delegate, array[]()[]), Invoke(Delegate, TimeSpan, array[]()[]), Invoke(Delegate, TimeSpan, DispatcherPriority, array[]()[]), Invoke(Delegate, DispatcherPriority, array[]()[])

查看以下链接:MSDN-Dispatcher-Class

关于c# - System.Windows.Threading.Dispatcher.Invoke(System.Delegate, System.Object[]) 何时添加?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1025605/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com