CrossAppDomainDelegate Temsilci

Tanım

Tarafından DoCallBack(CrossAppDomainDelegate) , uygulamalar arası etki alanı çağrıları için kullanılır.

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()
Öznitelikler

Açıklamalar

her türetilen ve MulticastDelegate sınıfının Delegate bir oluşturucu ve bir Invoke yöntemi vardır. için Delegateaçıklamasında verilen C++ kod örneğine bakın.

Uzantı Metotları

GetMethodInfo(Delegate)

Belirtilen temsilci tarafından temsil edilen yöntemi temsil eden bir nesnesi alır.

Şunlara uygulanır