Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CrossAppDomainDelegate Delegate

 

Used by DoCallBack for cross-application domain calls.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public delegate void CrossAppDomainDelegate()

Every derived class of Delegate and MulticastDelegate has a constructor and an Invoke method. See the C++ code example given in the description for Delegate.

.NET Framework
Available since 1.1
Return to top
Show: