Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TriggerCollection Class
TriggerCollection Methods
CopyTo Method
CopyTo(Trigger[], Int32) Method
CopyTo(Int32, Trigger[], Int32, Int32) Method
Trigger
Collection
Copy
To(
Trigger
, Int
32) Method
Copies the elements of the
ICollection
T
to an
Array
, starting at a particular
Array
index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
void
CopyTo
(
Trigger
[]
array
,
int
arrayIndex
)
Request Example
View Source
Parameters
array
Trigger
The one-dimensional
Array
that is the destination of the elements copied from
ICollection
T
. The
Array
must have zero-based indexing.
arrayIndex
Int32
The zero-based index in
array
at which copying begins.
See Also
Reference
TriggerCollection Class
CopyTo Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.