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.12.0
Syntax
C#
public bool ShowEditor()
Request Example View Source

Return Value

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