mscorlib(4.0.0.0) API with additions
EventWaitHandleRights.cs
1
namespace
System.Security.AccessControl
2
{
4
[Flags]
5
public
enum
EventWaitHandleRights
6
{
8
Modify
= 0x2,
10
Delete
= 0x10000,
12
ReadPermissions = 0x20000,
14
ChangePermissions = 0x40000,
16
TakeOwnership = 0x80000,
18
Synchronize = 0x100000,
20
FullControl = 0x1F0003
21
}
22
}
System.Security.AccessControl
Definition:
AccessControlActions.cs:1
System.Security.AccessControl.EventWaitHandleRights.Modify
The right to set or reset the signaled state of a named event.
System.ConsoleKey.Delete
The DEL (DELETE) key.
System.Security.AccessControl.EventWaitHandleRights
EventWaitHandleRights
Specifies the access control rights that can be applied to named system event objects.
Definition:
EventWaitHandleRights.cs:5
All cs
System.Security.AccessControl
EventWaitHandleRights.cs
Generated by
1.8.15