CrossAppDomainDelegate 代理人

定義

アプリケーション ドメインを越える呼び出しのために、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()
属性

注釈

MulticastDelegate のすべてのDelegate派生クラスには、コンストラクターと メソッドがありますInvoke。 の説明に記載されている C++ コード例を参照 Delegateしてください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象