Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Clone Method
Creates a new object that is a copy of the current instance.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
Object
Clone
()
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneable
Clone
See Also
Reference
Action Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Return Value
Implements
See Also