This documentation is archived and is not being maintained.
CrossAppDomainDelegate Delegate
.NET Framework 1.1
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.
Parameters [Visual Basic, C#, C++]
The declaration of your callback method must have the same parameters as the CrossAppDomainDelegate delegate declaration.
Remarks
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.
Requirements
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)
See Also
Show: