Click or drag to resize
Task Scheduler Managed Class Library

TaskPrincipalPrivilegesCopyTo Method

Copies to.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void CopyTo(
	TaskPrincipalPrivilege[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: Microsoft.Win32.TaskSchedulerTaskPrincipalPrivilege
The array.
arrayIndex
Type: SystemInt32
Index of the array.
See Also