The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceControllerPermissionEntryCollection::CopyTo Method (array<ServiceControllerPermissionEntry^>^, Int32)
.NET Framework (current version)
Copies the permission entries from this collection to an array, starting at a particular index of the array.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
Parameters
- array
-
Type:
array<System.ServiceProcess::ServiceControllerPermissionEntry^>^
An array of type ServiceControllerPermissionEntry that receives the copied permission entries.
- index
-
Type:
System::Int32
The zero-based index at which to begin copying the permission entries.
.NET Framework
Available since 1.1
Available since 1.1
Show: