CrossAppDomainDelegate 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 DoCallBack(CrossAppDomainDelegate) 使用,用于跨应用程序域的调用。
public delegate void CrossAppDomainDelegate();
public delegate void CrossAppDomainDelegate();
[System.Runtime.InteropServices.ComVisible(true)]
public delegate void CrossAppDomainDelegate();
type CrossAppDomainDelegate = delegate of unit -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
type CrossAppDomainDelegate = delegate of unit -> unit
Public Delegate Sub CrossAppDomainDelegate()
- 属性
注解
和的每个派生类 Delegate MulticastDelegate 都有一个构造函数和一个 Invoke
方法。 请参阅的说明中给定的 c + + 代码示例 Delegate 。
扩展方法
GetMethodInfo(Delegate) |
获取指示指定委托表示的方法的对象。 |