-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathCrossAppDomainDelegate.xml
39 lines (37 loc) · 2.09 KB
/
CrossAppDomainDelegate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Type Name="CrossAppDomainDelegate" FullName="System.CrossAppDomainDelegate">
<TypeSignature Language="C#" Value="public delegate void CrossAppDomainDelegate();" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed CrossAppDomainDelegate extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:System.CrossAppDomainDelegate" />
<TypeSignature Language="VB.NET" Value="Public Delegate Sub CrossAppDomainDelegate()" />
<TypeSignature Language="F#" Value="type CrossAppDomainDelegate = delegate of unit -> unit" />
<TypeSignature Language="C++ CLI" Value="public delegate void CrossAppDomainDelegate();" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Attributes>
<Attribute FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
<AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(true)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComVisible(true)>]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<summary>Used by <see cref="M:System.AppDomain.DoCallBack(System.CrossAppDomainDelegate)" /> for cross-application domain calls.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Every derived class of <xref:System.Delegate> and <xref:System.MulticastDelegate> has a constructor and an `Invoke` method. See the C++ code example given in the description for <xref:System.Delegate>.
]]></format>
</remarks>
</Docs>
</Type>