mscorlib(4.0.0.0) API with additions
SemaphoreRights.cs
2 
4 {
6  [Flags]
7  [ComVisible(false)]
8  public enum SemaphoreRights
9  {
11  Modify = 0x2,
13  Delete = 0x10000,
15  ReadPermissions = 0x20000,
17  ChangePermissions = 0x40000,
19  TakeOwnership = 0x80000,
21  Synchronize = 0x100000,
23  FullControl = 0x1F0003
24  }
25 }
Definition: __Canon.cs:3
SemaphoreRights
Specifies the access control rights that can be applied to named system semaphore objects.
The right to set or reset the signaled state of a named event.
The DEL (DELETE) key.