Used by DoCallBack for cross-application domain calls.
[Visual Basic] <Serializable> Public Delegate Sub CrossAppDomainDelegate() [C#] [Serializable] public delegate void CrossAppDomainDelegate(); [C++] [Serializable] public __gc __delegate void CrossAppDomainDelegate();
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
The declaration of your callback method must have the same parameters as the CrossAppDomainDelegate delegate declaration.
Every derived class of Delegate and MulticastDelegate has a constructor and an Invoke method. See the Managed Extensions for C++ code example given in the description for Delegate.
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)