mscorlib(4.0.0.0) API with additions
SemaphoreRights.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.AccessControl
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
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.AccessControl
Definition:
AccessControlActions.cs:1
System.Security.AccessControl.SemaphoreRights
SemaphoreRights
Specifies the access control rights that can be applied to named system semaphore objects.
Definition:
SemaphoreRights.cs:8
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.
All cs
System.Security.AccessControl
SemaphoreRights.cs
Generated by
1.8.15