-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathApplication+MessageLoopCallback.xml
46 lines (44 loc) · 2.38 KB
/
Application+MessageLoopCallback.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
40
41
42
43
44
45
46
<Type Name="Application+MessageLoopCallback" FullName="System.Windows.Forms.Application+MessageLoopCallback">
<TypeSignature Language="C#" Value="public delegate bool Application.MessageLoopCallback();" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed Application/MessageLoopCallback extends System.MulticastDelegate" />
<TypeSignature Language="DocId" Value="T:System.Windows.Forms.Application.MessageLoopCallback" />
<TypeSignature Language="VB.NET" Value="Public Delegate Function Application.MessageLoopCallback() As Boolean " />
<TypeSignature Language="F#" Value="type Application.MessageLoopCallback = delegate of unit -> bool" />
<TypeSignature Language="C++ CLI" Value="public: delegate bool Application::MessageLoopCallback();" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents a method that will check whether the hosting environment is still sending messages.</summary>
<returns>
<see langword="true" /> if the hosting environment is still sending messages; otherwise, <see langword="false" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This delegate is used with the <xref:System.Windows.Forms.Application.RegisterMessageLoop%2A?displayProperty=nameWithType> method.
]]></format>
</remarks>
<altmember cref="M:System.Windows.Forms.Application.RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback)" />
</Docs>
</Type>