Reg |
[FlagsAttribute] public enum RegSAM
| Member name | Value | Description |
|---|---|---|
| QueryValue | 1 | Queries key values. |
| SetValue | 2 | Sets key values. |
| CreateSubKey | 4 | Creates subkeys. |
| EnumerateSubKeys | 8 | Enumerates subkeys. |
| Notify | 16 | Requests change notifications. |
| CreateLink | 32 | Creates symbolic links. |
| WOW64_64Key | 256 | Accesses the 64-bit registry view. |
| WOW64_32Key | 512 | Accesses the 32-bit registry view. |
| WOW64_Res | 768 | Combines both WOW64 flags. |
| Write | 131,078 | Write access. |
| Read | 131,097 | Read access. |
| Execute | 131,097 | Execute access. |
| AllAccess | 983,103 | Full access. |
The RegSAM type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |