API Reference
Enum
ServiceRights
Service control manager rights subset used for ACL summaries/builders. Values mirror Win32 service access masks.
Inheritance
- Enum
- ServiceRights
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ServiceAclEntry.Rights
- Field ServiceRights.AllAccess
- Field ServiceRights.ChangeConfig
- Field ServiceRights.Delete
- Field ServiceRights.EnumerateDependents
- Field ServiceRights.Interrogate
- Field ServiceRights.PauseContinue
- Field ServiceRights.QueryConfig
- Field ServiceRights.QueryStatus
- Field ServiceRights.ReadControl
- Field ServiceRights.Start
- Field ServiceRights.Stop
- Field ServiceRights.Synchronize
- Field ServiceRights.UserDefinedControl
- Field ServiceRights.WriteDac
- Field ServiceRights.WriteOwner
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String