摘要:
关于Invoke方法的解释,我们首先看看MSDN中详细解释,Control.Invoke Method (Delegate)Executes the specified delegate on the thread that owns the control's underlying window handle.翻译:在属于这个控件的窗体的句柄的线程下执行这个指定的代理。英文水平有限,请大家不要笑啊。public Object Invoke( Delegate method
)methodType: System.Delegate(委托类型)A delegate that contai 阅读全文
posted @ 2011-11-05 11:47
Kevin Gao
阅读(1162)评论(0)推荐(0)