ServiceControllerPermissionEntryCollection::AddRange Method (array<ServiceControllerPermissionEntry^>^)
.NET Framework (current version)
Appends a set of specified permission entries to this collection.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
Parameters
- value
-
Type:
array<System.ServiceProcess::ServiceControllerPermissionEntry^>^
An array of type ServiceControllerPermissionEntry objects that contains the permission entries to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: