mscorlib(4.0.0.0) API with additions
EventResetMode.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Threading
4
{
6
[ComVisible(
false
)]
7
[__DynamicallyInvokable]
8
public
enum
EventResetMode
9
{
11
[__DynamicallyInvokable]
12
AutoReset
,
14
[__DynamicallyInvokable]
15
ManualReset
16
}
17
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Threading.EventResetMode.AutoReset
When signaled, the T:System.Threading.EventWaitHandle resets automatically after releasing a single t...
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Threading.EventResetMode
EventResetMode
Indicates whether an T:System.Threading.EventWaitHandle is reset automatically or manually after rece...
Definition:
EventResetMode.cs:8
System.Threading.EventResetMode.ManualReset
When signaled, the T:System.Threading.EventWaitHandle releases all waiting threads and remains signal...
System.Threading
Definition:
_IOCompletionCallback.cs:3
All cs
System.Threading
EventResetMode.cs
Generated by
1.8.15