System.CrossAppDomainDelegate Delegate

Assembly: Mscorlib.dll
Namespace: System
Summary
Used by AppDomain.DoCallBack for cross-application domain calls.
C# Syntax:
[Serializable]
public delegate void CrossAppDomainDelegate();
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.
See also:
System Namespace

Hierarchy:

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.