Click or drag to resize
Task Scheduler Managed Class Library

TaskShowEditor Method

Dynamically tries to load the assembly for the editor and displays it as editable for this task.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public bool ShowEditor()
Request Example View Source

Return Value

Type: Boolean
true if editor returns with OK response; false otherwise.
Remarks
The Microsoft.Win32.TaskSchedulerEditor.dll assembly must reside in the same directory as the Microsoft.Win32.TaskScheduler.dll or in the GAC.
See Also